top | item 44033504

(no title)

jprokay13 | 9 months ago

Do you have any recommendations on how to get started with Keycloak or just RTFM?

discuss

order

andrewstuart2|9 months ago

My two cents: Keycloak's UI is pretty self explanatory if you understand OIDC (oauth2 + jwt + specific JWT claims) and, if you have to use it (my condolences, though it's also just interesting to see how crazy specs can get), SAML. I'd strongly suggest reading up on the OpenID Connect spec, including the oauth2 spec, and this will serve you very well in your authn/z journey.

That said, keycloak also does have a great docs site.