Skip to content

Commit

Permalink
feat: add feature to include custom-claims in user-info endpoint of a…
Browse files Browse the repository at this point in the history
…dmin-ui plugin #2969
  • Loading branch information
duttarnab committed Nov 14, 2022
1 parent 3fe9385 commit 988805d
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions jans-linux-setup/jans_setup/templates/scripts.ldif
Original file line number Diff line number Diff line change
Expand Up @@ -577,3 +577,37 @@ jansScr::%(update_token_updatetoken)s
jansScrTyp: update_token
jansProgLng: python

dn: inum=E706-F8A8,ou=scripts,o=jans
objectClass: top
objectClass: jansCustomScr
description: GitHub Inbound Authentication script
displayName: github
inum: E706-F8A8
jansConfProperty: {"value1":"hide","value2":"true","hide":false,"description":""}
jansConfProperty: {"value1":"github_creds_file","value2":"/opt/github.json","hide":false,"description":""}
jansConfProperty: {"value1":"description","value2":"GitHub Login","hide":false,"description":""}
jansEnabled: true
jansLevel: 10
jansModuleProperty: {"value1":"location_type","value2":"ldap","description":""}
jansModuleProperty: {"value1":"usage_type","value2":"interactive","description":""}
jansProgLng: python
jansRevision: 0
jansScr::%(person_authentication_GithubExternalAuthenticator)s
jansScrTyp: person_authentication

dn: inum=8333-DFBC,ou=scripts,o=jans
objectClass: jansCustomScr
objectClass: top
description: Add GitHub claims to introspection response
displayName: github-claims-introspection-script
inum: 8333-DFBC
jansEnabled: true
jansLevel: 10
jansModuleProperty: {"value1":"location_type","value2":"ldap","description":""}
jansProgLng: python
jansRevision: 0
jansScr::%(introspection_introspection_github_claims)s
jansScrTyp: introspection



0 comments on commit 988805d

Please sign in to comment.