What are Keycloak's OAuth2 / OpenID Connect endpoints?

前端 未结 9 2039
孤独总比滥情好
孤独总比滥情好 2020-12-12 10:42

We are trying to evaluate Keycloak as an SSO solution, and it looks good in many respects, but the documentation is painfully lacking in the basics.

For a given Keyc

9条回答
  •  庸人自扰
    2020-12-12 11:49

    In version 1.9.0 json with all endpoints is at address /auth/realms/{realm}

    • Authorization Endpoint: /auth/realms/{realm}/account
    • Token Endpoint: /auth/realms/{realm}/protocol/openid-connect

提交回复
热议问题