2

Trying to configure AWS OpenSearch with Keycloak with SAML2. I got XML SAML metadata from Keycloak realm -> Realm Settings General -> SAML 2.0 Identity Provider Metadata

and changed the entityId to "myEntityId". How to get correct xml or is there any setting in Keycloak to fix this?

user3549576
  • 99
  • 1
  • 4
  • 17

1 Answers1

2

Change entityID (clientId) in keycloak same as "Service provider entity ID" of AWS.

user3549576
  • 99
  • 1
  • 4
  • 17