Skip to content

Commit

Permalink
feat(oxtrust): add allowwildcardredirecturi on oxauth config ui #2436
Browse files Browse the repository at this point in the history
Signed-off-by: shekhar16 <[email protected]>
  • Loading branch information
shekhar16 committed Sep 20, 2024
1 parent ab2873a commit 1a8d907
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1842,6 +1842,10 @@
"id": "skipAuthenticationFilterOptionsMethod",
"description": "Specifies whether to process OPTIONS rerquests in Authentication Filter or not",
"type": "boolean"
},"allowWildcardRedirectUri": {
"id": "allowWildcardRedirectUri",
"description": "Specifies whether to allow wildcard in redirect URI or not.",
"type": "boolean"
}
},
"required": [
Expand Down

0 comments on commit 1a8d907

Please sign in to comment.