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
Need to provide a non-hardcoded implementation for NsAuthProvider. It is currently hard-coded to authenticate and authorize without checking credentials.
It implements the AuthProvider interface. It should:
Authenticates a user based on a jwt token
See the metacat and d1_portal implementation for details of how it's done, and cacheing to avoid a call to the CN with every request received.
Verify that an authenticated user is Authorized to access given resources
The text was updated successfully, but these errors were encountered:
Need to provide a non-hardcoded implementation for
NsAuthProvider
. It is currently hard-coded to authenticate and authorize without checking credentials.It implements the
AuthProvider
interface. It should:The text was updated successfully, but these errors were encountered: