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
BypassAuthorization: Basically a passthrough - does not modify the access token at all
BypassAccessControlPolicies: Requires an access token with an appropriate scope but does not check access control policies - injects a JWT as bearer token
AllowAnonymous: If an access token is supplied, it is introspected for the user. If that fails, or no token was given, the user is called anonymous - injects a JWT as bearer token
The text was updated successfully, but these errors were encountered:
The options are a bit confusing:
The text was updated successfully, but these errors were encountered: