Keycloak IdP SAML 2 Export of XML metdata to an SP

后端 未结 3 1395
你的背包
你的背包 2021-02-08 06:55

I\'m using Keycloak version 1.6.1, newly installed as a standalone application.

Keycloak should act as an IdP (Identity provider) for an SP (Service Provider) called Tab

3条回答
  •  后悔当初
    2021-02-08 07:00

    The original poster is correct that the option SAML Metadata IDPSSODescriptor is no longer available on Keycloak 6.0.1

    One change to make is when you use the URL https://{KEYCLOAK-URL}/auth/realms/{REALM-NAME}/protocol/saml/descriptor, Rancher expects the root element to be EntityDescriptor so you need to remove EntitiesDescriptor and copy the namespaces from the root element.

    i.e.

    
      ....
    
    
    

提交回复
热议问题