Added a shibboleth attribute
This commit is contained in:
parent
e9e1778a30
commit
ce60b19fd2
|
@ -10,6 +10,8 @@
|
||||||
|
|
||||||
<!-- Added for nikhef -->
|
<!-- Added for nikhef -->
|
||||||
<Attribute name="openstackGroupEntitlements" id="openstackGroupEntitlements" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"/>
|
<Attribute name="openstackGroupEntitlements" id="openstackGroupEntitlements" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"/>
|
||||||
|
<!-- Added after mail 18-10-2018 -->
|
||||||
|
<Attribute name="urn:oid:1.3.6.1.4.1.5923.1.1.1.6" id="eppn" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"/>
|
||||||
|
|
||||||
<Attribute name="urn:oid:1.3.6.1.4.1.5923.1.1.1.10" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic" id="Shib-user"/>
|
<Attribute name="urn:oid:1.3.6.1.4.1.5923.1.1.1.10" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic" id="Shib-user"/>
|
||||||
<Attribute name="urn:oid:2.5.4.4" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic" id="Shib-surName"/>
|
<Attribute name="urn:oid:2.5.4.4" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic" id="Shib-surName"/>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
|
||||||
verbose = true
|
verbose = true
|
||||||
|
# debug = true
|
||||||
log_file = /var/log/keystone/keystone.log
|
log_file = /var/log/keystone/keystone.log
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
|
@ -13,7 +14,7 @@ provider = fernet
|
||||||
methods = password,token,mapped,openid,saml2
|
methods = password,token,mapped,openid,saml2
|
||||||
|
|
||||||
[federation]
|
[federation]
|
||||||
trusted_dashboard = http://merlin.hpc.rug.nl/horizon/auth/websso/
|
trusted_dashboard = https://merlin.hpc.rug.nl/horizon/auth/websso/
|
||||||
sso_calback_template = /etc/keystone/sso_calback_template.html
|
sso_calback_template = /etc/keystone/sso_calback_template.html
|
||||||
|
|
||||||
[mapped]
|
[mapped]
|
||||||
|
|
Loading…
Reference in New Issue