Skip to content

Commit

Permalink
feat: Metadata attribute scope as extension - partially fixes #26
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Jun 18, 2021
1 parent dbc788a commit ce3a86a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/django_idp/idp_pysaml2.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ SAML_IDP_CONFIG = {
'text': "https://{}/static/img/logo.svg".format(HOST)},
},

"scope": ['testunical.it'],

'endpoints': {
'single_sign_on_service': [
('%s/sso/post' % BASE_URL, BINDING_HTTP_POST),
Expand Down

0 comments on commit ce3a86a

Please sign in to comment.