SAML 2.0 - Multiple AssertionConsumerService in SP

后端 未结 2 1893
眼角桃花
眼角桃花 2021-01-15 14:20



I implement a SAML 2.0 SP.
I have a login servlet with endpoint https://my.domain.com/mng/samlLogin, so in the SP metadata file I define:

&l         


        
2条回答
  •  终归单人心
    2021-01-15 14:56

    Have a look at Assertion Consumer Service Glossary which will tell you that

    Assertion Consumer Service

    A SAML-compliant portion of PingFederate in an SP role that receives and processes assertions from an IdP.

    attributes

    Distinct characteristics that describe a subject. If the subject is a Web site user, attributes may include a name, group affiliation, email address, etc.

    attribute contract

    A list of attributes, agreed to by the partners in an identity federation, representing information about a user (SAML subject). The attributes are sent from the IdP to the SP during SSO or STS processing.

    So you associate bindings to the Assertion Consumer Service (ACS) endpoint(s) where your SP will receive assertions.

提交回复
热议问题