|
|
|
|
|
by znpy
2233 days ago
|
|
This, so much. I've been tasked with implementing oauth/openid at work and in about one month in spare time i was able to read rfc 6749, install keycloak, configure it, create a client, create a very basic app (~80 lines of python and flask) and log in via oauth/openid with user information and groups pulled via LDAP. Keycloak is really a game changer. This presentation is very interesting: https://www.youtube.com/watch?v=FyVHNJNriUQ |
|