IdpDiscovery
Includes a subset of of the SAML Discovery protocol. Primary usage is for internal SAML authenticators.
Properties
idpList configuration
Configuring the possible idp listoption has a complex structure , it's a JSON Object. Example is a carve out of how one entry is configured and description of the keys and values.
Example Configuration
{
"alias" : "disco",
"name" : "IdpDiscovery",
"id" : "disco",
"configuration" : {
"templateTitle" : "Custom Title,
"allowLanguageChange" : "true",
"spList" : [ "myapps", "mapps2" ],
"idpList" : [ {
"internalID" : "auth2",
"displayName" : "This is the display name",
"sortOrder" : "10"
}, {
"internalID" : "auth1",
"displayName" : "This is the display 2"
} ]
}
}
Click to copy
Requirements
- SAML module deployed
- User selection is returned in the selectedIDP paramater.
- SAML sp return URL is taken from the store NOT from the return parameter in the request.