escape &
This commit is contained in:
parent
e519f5a839
commit
2c1a3b4766
@ -1 +1 @@
|
||||
__version__ = '0.1.8'
|
||||
__version__ = '0.1.9'
|
Binary file not shown.
Binary file not shown.
@ -74,7 +74,7 @@ SAML_PROVIDER_METADATA_URL = 'https://tst-idp.id.rug.nl/nidp/saml2/metadata'
|
||||
SAML_ROUTE = 'sso/saml/'
|
||||
SAML_REDIRECT = '/'
|
||||
SAML_USERS_MAP = [{
|
||||
"RuG" : {
|
||||
"RuG": {
|
||||
"email": dict(key="urn:mace:dir:attribute-def:mail", index=0),
|
||||
"username": dict(key="urn:mace:dir:attribute-def:uid", index=0),
|
||||
"first_name": dict(key="urn:mace:dir:attribute-def:givenName", index=0),
|
||||
@ -155,7 +155,7 @@ SAML_PROVIDERS = [{
|
||||
"entityId": "https://cosmo.service.rug.nl/rug-website/saml2/metadata",
|
||||
# "entityId": "https://cosmo.service.rug.nl/rugwebsite/saml/metadata?provider=RuG",
|
||||
"assertionConsumerService": {
|
||||
"url": "https://cosmo.service.rug.nl/rugwebsite/sso/saml/?provider=RuG&acs",
|
||||
"url": "https://cosmo.service.rug.nl/rugwebsite/sso/saml/?provider=RuG&acs",
|
||||
"binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
|
||||
},
|
||||
"singleLogoutService": {
|
||||
|
Loading…
Reference in New Issue
Block a user