Last active
April 23, 2019 13:39
-
-
Save gen1321/5ee96b90d462b97017467a13674e1c48 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" ID="_c0d15019-1a51-4006-aef7-7d906973799a" entityID="brand-portal"> | |
| <md:SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> | |
| <md:NameIDFormat> | |
| urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress | |
| </md:NameIDFormat> | |
| <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://brand.kaspersky.com/users/auth/saml/callback" index="0" isDefault="true"/> | |
| <md:AttributeConsumingService index="1" isDefault="true"> | |
| <md:ServiceName xml:lang="en">Required attributes</md:ServiceName> | |
| <md:RequestedAttribute FriendlyName="Email address" Name="email" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic" isRequired="false"/> | |
| <md:RequestedAttribute FriendlyName="Full name" Name="name" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic" isRequired="false"/> | |
| <md:RequestedAttribute FriendlyName="Given name" Name="first_name" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic" isRequired="false"/> | |
| <md:RequestedAttribute FriendlyName="Family name" Name="last_name" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic" isRequired="false"/> | |
| </md:AttributeConsumingService> | |
| </md:SPSSODescriptor> | |
| </md:EntityDescriptor> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment