Skip to content

Commit

Permalink
feat(jans-linux-setup): added device_sso scope
Browse files Browse the repository at this point in the history
Native SSO

#2518
  • Loading branch information
yuriyz committed Oct 28, 2022
1 parent c368a02 commit 75835e1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions jans-linux-setup/jans_setup/templates/scopes.ldif
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,14 @@ jansAttrs: {"spontaneousClientId":"","spontaneousClientScopes":[],"showInConfigu
jansScopeTyp: openid
objectClass: top
objectClass: jansScope

dn: inum=C4F8,ou=scopes,o=jans
description: Native SSO scope which allows to issue device_secret
displayName: device_sso
inum: C4F8
jansAttrs: {"spontaneousClientId":"","spontaneousClientScopes":[],"showInConfigurationEndpoint":true}
jansDefScope: true
jansId: device_sso
jansScopeTyp: openid
objectClass: top
objectClass: jansScope

0 comments on commit 75835e1

Please sign in to comment.