I'm working on an application with the following setup:
- Keycloak with my client, some groups, users and roles created
- Flask to create my API endpoints
What I want to achieve is my user/client gets authenticated by Keycloak and given an API Key with authorization to some specific endpoints.
I've searched for some documentation, examples or best practices on how achieve that with Keycloak but without success.
Could you clarify for me if what I want to achieve makes sense and the best way to do it with my setup?
from How to handle API endpoint access with Keycloak
No comments:
Post a Comment