Skip to content

Commit

Permalink
fix(jans-linux-setup): restore changes after 4babe55 (#835)
Browse files Browse the repository at this point in the history
Related to https://github.com/JanssenProject/jans/pull/800/files

Co-authored-by: YuriyZ <yzabrovarniy@gmail.com>
  • Loading branch information
yuriyzz and yuriyz authored Feb 16, 2022
1 parent 3fdf7e4 commit c8f4b19
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"backchannelDeviceRegistrationEndpoint":"https://%(hostname)s/jans-auth/restv1/bc-deviceRegistration",
"deviceAuthzEndpoint":"https://%(hostname)s/jans-auth/restv1/device_authorization",
"openidSubAttribute":"inum",
"publicSubjectIdentifierPerClientEnabled": true,
"subjectIdentifiersPerClientSupported": [
"mail",
"uid"
],
"responseTypesSupported":[
["code"],
["code", "id_token"],
Expand Down

0 comments on commit c8f4b19

Please sign in to comment.