Skip to content
This repository was archived by the owner on Dec 7, 2020. It is now read-only.
This repository was archived by the owner on Dec 7, 2020. It is now read-only.

Provide ability to set client suggested identity provider #545

@abstractj

Description

@abstractj

What:

Keycloak allows to pass client suggested identity provider
https://www.keycloak.org/docs/latest/server_admin/index.html#_client_suggested_idp
It's a great feature which helps to specify exact IDP needed for specific client.

Keycloak Gatekeeper doesn't support passing of this parameter as of now (couldn't find it in docs).

There could be two options:

  1. Add kc-idp-hint as a configuration option, so that gatekeeper can set it's own suggested idp.
  2. Allow passing query parameter to the Gatekeeper such as ?kc_idp_hint= which would open desired idp.

One doesn't exclude another so it can support both.

Reference:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions