Skip to content

Commit

Permalink
Merge pull request #2437 from GluuFederation/issues_2436
Browse files Browse the repository at this point in the history
feat(oxtrust): add allowwildcardredirecturi on oxauth config ui #2436
  • Loading branch information
yurem authored Sep 20, 2024
2 parents ab2873a + 1a8d907 commit e696a66
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 e696a66

Please sign in to comment.