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
After following the setup instructions I am getting the following error from the Client when navigating to the Todo page after successfully authenticating
Just debugged and the PermissionFilter is returning ForbidResult due to hasValidPermissions being false as my user claims does have the required permissions
Should me (user) have both valid permissions and scopes?
Hi,
After following the setup instructions I am getting the following error from the Client when navigating to the Todo page after successfully authenticating
The bearer token is present.
On the API side I get the following log statement
Client Setup
App permissions look like this
My Client .env looks like this
API setup
App reg expose permissions looks like this
And role looks like this
I have set API ClientID secrets to {ApiClientId} and and TenantID secret to {TenantID}
And the API launchSettings.json looks like this
Maybe I have missed a setup.
Any help would be really appreciated
The text was updated successfully, but these errors were encountered: