Hi,
I am integrating Keycloak with my service using a saml client but I got all
the time *unknown login requester" *error.
My service:
- Uses Saml 2.0
- SSO URL pointing to:
https://sso.develop.stentle.com/auth/realms/my_realm_keycloak_app/protoco...
<
https://sso.develop.stentle.com/auth/realms/customer-support/protocol/sam...
- Certificate X.509 Added Working.
*- Identity Provider Issuer: This is the value we I know how to set. *
- The client_ID value in the saml client of Keycloak:
"Specified ID referrenced in URI and tokens. For example 'my-client' This
is also the expected issuer value from auth request"
Anyone knows what should be in this value and how to related to the
Identity Provider Issuer?
Thank you!