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
When the repository is used in simple setup integrating with external Identity Providers, such as Github, the repository provides a simple authorization module implementation that grants the user all rights to access resources.
Confirmations:
Simple implementation of an Authorization module that grants users all access to resources except for administrative functions
The implementation maintains a list of users that are allowed to perform administrative functions.
The following roles and their access permissions are applied on REST Resources:
ModelsValidator : Access of GET api/v1/models/{id}
ModelsExplorer : GET api/v1/models/* , GET /rest/comments
When the repository is used in simple setup integrating with external Identity Providers, such as Github, the repository provides a simple authorization module implementation that grants the user all rights to access resources.
Confirmations:
The following roles and their access permissions are applied on REST Resources:
The text was updated successfully, but these errors were encountered: