Skip to content

Commit

Permalink
Add api based auth ep to resource access control
Browse files Browse the repository at this point in the history
  • Loading branch information
janakamarasena committed Oct 26, 2023
1 parent c5afc53 commit 7d0e4ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3201,6 +3201,7 @@
<Resource context="(.*)/oauth2/device(.*)" secured="false" http-method="all"/>
<Resource context="(.*)/oauth2/device_authorize(.*)" secured="false" http-method="all"/>
<Resource context="(.*)/oauth2/par(.*)" secured="false" http-method="all"/>
<Resource context="(.*)/oauth2/authn(.*)" secured="false" http-method="all"/>
<Resource context="(.*)/oidc/checksession(.*)" secured="false" http-method="all"/>
<Resource context="(.*)/oidc/logout(.*)" secured="false" http-method="all"/>
<Resource context="(.*)/oauth2/oidcdiscovery(.*)" secured="false" http-method="all"/>
Expand Down

0 comments on commit 7d0e4ac

Please sign in to comment.