What is SAML 2.0 ?
Security Assertion Markup Language 2.0 (SAML 2.0) is a version of the SAML standard for exchanging authentication and authorization data between security domains. SAML 2.0 is an XML-based protocol that uses security tokens containing assertions to pass information about a principal (usually an end user) between a SAML authority, named an Identity Provider, and a SAML consumer, named a Service Provider. SAML 2.0 enables web-based authentication and authorization scenarios including cross-domain single sign-on (SSO), which helps reduce the administrative overhead of distributing multiple authentication tokens to the user.
#
Integration with MonoSignWhen you contact with MonoSign team, they will provide you some informations to make both systems are connected well.
They will also ask you to provide your Assertion Consumer Service Url, Entity Id (if your Service Provider supporting it) and any other information they will require.
Assertion Consumer Service Url is your endpoint.
#
Provided InformationsYou will receive these informations;
baseUrl
is organization url.
Information | Value | Description |
---|---|---|
Key | Unique Identifier {GUID} | Your SAML Security key |
Certificate | https://{baseUrl} /saml/{GUID} /Certificate | SSL Certificate (SHA 256 Format) |
Metadata | https://{baseUrl} /saml/{GUID} /Metadata | Download Url |
Metadata | https://{baseUrl} /saml/{GUID} /Metadata/BrowserFriendly | View Url |
Sign On Service | https://{baseUrl} /saml/{GUID} /Login | Login Url |
Logout Service | https://{baseUrl} /saml/{GUID} /Logout | Logout Url |
Artifact Resolve | https://{baseUrl} /saml/{GUID} /ArtifactResolve | Artifact Resolve |
#
Field InformationsField | Value | Description | Is Optional |
---|---|---|---|
NameId | {GUID} or email | Unique Id or Email Address | |
UserId | {GUID} | Unique Id for User | Y |
sAMAccountName | text | Active Directory Account Name | Y |
email | Email of User | Y | |
Culture | text | Two Letter Culture of User | Y |