Skip to content

Commit

Permalink
feat(jans-linux-setup): added discoveryDenyKeys #1827
Browse files Browse the repository at this point in the history
docs: no docs required
  • Loading branch information
yuriyz committed Jul 22, 2022
1 parent 4068197 commit f77a6da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
"backchannelDeviceRegistrationEndpoint":"https://%(hostname)s/jans-auth/restv1/bc-deviceRegistration",
"deviceAuthzEndpoint":"https://%(hostname)s/jans-auth/restv1/device_authorization",
"openidSubAttribute":"inum",
"discoveryDenyKeys": [
"id_generation_endpoint",
"auth_level_mapping",
"scope_to_claims_mapping",
"op_policy_uri"
],
"discoveryAllowedKeys": [
"issuer",
"authorization_endpoint",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
"backchannelDeviceRegistrationEndpoint":"https://%(hostname)s/jans-auth/restv1/bc-deviceRegistration",
"deviceAuthzEndpoint":"https://%(hostname)s/jans-auth/restv1/device_authorization",
"openidSubAttribute":"inum",
"discoveryDenyKeys": [
"id_generation_endpoint",
"auth_level_mapping",
"scope_to_claims_mapping",
"op_policy_uri"
],
"publicSubjectIdentifierPerClientEnabled": true,
"subjectIdentifiersPerClientSupported": [
"mail",
Expand Down

0 comments on commit f77a6da

Please sign in to comment.