GenericSamlOptions
Introduction
The GenericSamlOptions
can be used to configure external SAML identity providers.
Format
The GenericSamlOptions
are usually stored as a JSON objects:
{
"identityProviderUrl": "https://login-staging.itsense.ch",
"identityProviderCertificateBase64": "MII...==",
"identityProviderSsoUrl": "https://login-staging.itsense.ch/saml/sso",
"serviceProviderName": "local_core_login",
"serviceProviderMetadataPath": "/saml/metadataRemote",
"samlTimeComparisonTolerance": 400
}
Options
Option | Description |
---|---|
| The URL to the identity provider |
| The Base64 encoded certificate to be used |
| The SSO url to initiate the authentication |
| The provider name |
| The providers meta data path |
| The time tolerance for verifying assertions |
© ITSENSE AG. Alle Rechte vorbehalten. ITSENSE und CoreOne sind eingetragene Marken der ITSENSE AG.