Static SAML
Not for production use. Requires module SAML to be deployed.
About
Configuration
Name
Description
Default value
Mandatory
{
"id": "testuath",
"type": "StaticSAMLData",
"config": {
"base_path": "/test/authn",
"nameID": "lord_helmet",
"exports": [{
"name": "AuthnContextClassRef",
"value": "urn:oasis:names:tc:SAML:2.0:ac:classes:MobileTwoFactorContract"
}],
"attributes": {
"givenName": ["Lord"],
"sn": ["Helmet"],
"mail": ["[email protected]"],
"role": ["räksmörgås", "dishwasher", "robot"]
}
}
} 