Skip to content

Commit

Permalink
fix(jans-auth-server): NPE during OB discovery #2793 (#2794)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyz committed Oct 31, 2022
1 parent 9fa213f commit fb3ee86
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,22 @@
"backchannelDeviceRegistrationEndpoint":"https://%(hostname)s/jans-auth/restv1/bc-deviceRegistration",
"deviceAuthzEndpoint":"https://%(hostname)s/jans-auth/restv1/device_authorization",
"openidSubAttribute":"inum",
"accessTokenSigningAlgValuesSupported":[
"none",
"HS256",
"HS384",
"HS512",
"RS256",
"RS384",
"RS512",
"ES256",
"ES384",
"ES512",
"ES512",
"PS256",
"PS384",
"PS512"
],
"discoveryDenyKeys": [
"id_generation_endpoint",
"auth_level_mapping",
Expand Down

0 comments on commit fb3ee86

Please sign in to comment.