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
This library works fine with my current identity provider (IdentityServer).
Now I have to migrate a Vue 2 app from IdentityServer to Azure ID as identity provider.
I guess this library should do the job (instead of rewriting code to use the official msal library).
Is there an example on how to configure it for an Azure ID scenario?
Thanks
The text was updated successfully, but these errors were encountered:
Thanks @perarnborg,
I got a working solution yesterday.
I have to add /v2.0/ at the end of "authority" URL in order to properly pass scopes and get a valid access_token.
I put it below if it can help somebody who is working with Azure as Identity Provider too.
This configuration is for vuex-oidc library version >= 4
This library works fine with my current identity provider (IdentityServer).
Now I have to migrate a Vue 2 app from IdentityServer to Azure ID as identity provider.
I guess this library should do the job (instead of rewriting code to use the official msal library).
Is there an example on how to configure it for an Azure ID scenario?
Thanks
The text was updated successfully, but these errors were encountered: