You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using keycloak for user authentication and authorization in Nest Js application.
We want to implement resource-based-authorization and user-managed-access and for this purpose we need to customize or dynamic @resource() Decorator.
For example if a person bob has resource named 'Alpha' then we have to pass that resources name in Decorator ==> @resource('Alpha') then it'll allow request to move forward if this condition satisfied.
We don't want to hard code any value in @resource Decorator we want it to be dynamic.
Any suggestions or solution will be appreciated.
The text was updated successfully, but these errors were encountered:
We are using keycloak for user authentication and authorization in Nest Js application.
We want to implement resource-based-authorization and user-managed-access and for this purpose we need to customize or dynamic @resource() Decorator.
For example if a person bob has resource named 'Alpha' then we have to pass that resources name in Decorator ==> @resource('Alpha') then it'll allow request to move forward if this condition satisfied.
We don't want to hard code any value in @resource Decorator we want it to be dynamic.
Any suggestions or solution will be appreciated.
The text was updated successfully, but these errors were encountered: