Static SAML
Not for production use. Requires module SAML to be deployed.
About
Authenticator for testing purposes. Useful for verification of integration and/or performance testing.
No UI is available.
Configuration
Common Authenticator configuration can be found here.
Name
Description
Default value
Mandatory
nameID
Value will be set into global state.
N/A
attributes
Values will be set into global state.
N/A
{
	"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"]
		}
	}
}	Logging
No event log entries are written using this authenticator.
Data set in global state
Values configured in config.attributes
value configured in nameID
API
API not available.
