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
While importing clients with Authorization Settings sometimes Scopes are not bound to Resources and sometimes Groups are not bound to Group Policies. Then, during authorization, users receive HTTP 403 by wrong configuration.
Expected Behavior
The creation of client Authorization Settings must ensure correct binding between Authorization elements.
I guess the correct order would be:
Groups must exist before Authorization Settings are created;
Scopes must be created before Resources;
Resources and Policies must be created before Permissions;
( probably some order or intermediary commit must be enforced )
Current Behavior
While importing clients with Authorization Settings sometimes Scopes are not bound to Resources and sometimes Groups are not bound to Group Policies. Then, during authorization, users receive HTTP 403 by wrong configuration.
Expected Behavior
The creation of client Authorization Settings must ensure correct binding between Authorization elements.
I guess the correct order would be:
Groups must exist before Authorization Settings are created;
Scopes must be created before Resources;
Resources and Policies must be created before Permissions;
( probably some order or intermediary commit must be enforced )
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: