[Index]
Stores details of an SSO Identity Provider.
Title | Description | Details | |||||||||||||||||||||||||||||||||||||||||||||||
Entity Id * | The unique identifier of the Identity Provider. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Login URI | This is a URI that will be embedded in the base SSO login URL in order to authenticate specifically with this IDP. This field must only contain alphanumeric characters and forward slashes, and should match the following regular expression ^\w+(/\w+)*$ Eg. Given a login URI of provider1/customer1, end users wishing to authenticate against this IDP will login via the following URL: http://hostname/sso/provider1/customer1/login/. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Metadata | Indicates where metadata can be found. This can be either a file accessible locally on the system or somewhere on the network. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Local Metadata File |
|
||||||||||||||||||||||||||||||||||||||||||||||||
Remote Metadata URL |
|
||||||||||||||||||||||||||||||||||||||||||||||||
URL | Location where metadata is to be downloaded from. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Certificate | To verify the authenticity of the file downloaded from the net the local copy of the public key should be used. This public key must be acquired by some out-of-band method. |
|