eShopOnAbp icon indicating copy to clipboard operation
eShopOnAbp copied to clipboard

Permission management system with external openid-provider (keycloak)

Open gterdem opened this issue 1 year ago • 1 comments

When we had IdentityServer module, we were able to define permissions for the client which is used during the client_credentials flow.

Since we moved to Keycloak completely, there is no way to assign application permission to an external openid-provider.

We may consider using scoped-based authorization or add UI for permission management to manually add permissions for clients (applications) for these kind of scenarios.

gterdem avatar Sep 13 '23 14:09 gterdem