Questions tagged [oidc-identity-brokering]

4 questions
4
votes
0 answers

When using Keycloak as an identiy broker, how can it be configured to receive encrypted identity tokens?

I am trying to configure Keycloak as an Identity Broker between an OIDC Provider and another application. I was able to achieve successful user login when the ID Tokens were not encrypted. I am trying to configure Keycloak to be able to accept…
E Loh
  • 61
  • 6
2
votes
1 answer

Second login with remote IdP through Keycloak fails, "Invalid username or password"

I've got an issue with a new Keycloak installation that I'm working on. I've got a PHP-based app which authenticates users via Keycloak. This works fine as long as I use local users (users stored in the Keycloak-realm). I want the users to be able…
1
vote
1 answer

dockerized Keycloak as Idp and Idp Broker (same address and port)

I've started my dockerized keycloak on port 8180 with the command: docker run -p 8180:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin -e KEYCLOAK_HOSTNAME=localhost quay.io/keycloak/keycloak:16.1.0…
1
vote
1 answer

how to map claim coming from Identity Provider to a role Group in Keycloak?

I am trying identity Brokering with Keycloak. There are very course grained claims coming from the Identity provider. Now I want to map value from one of the claims to a role group in Keycloak. Is there a way to achieve this? Thank you
RMNull
  • 149
  • 3
  • 12