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
My app has many features and I want granular control of which features (endpoints) are available to which users.
I can currently sign on with my azure account, but how do I actually provide granular authorization?
I am able to go into Azure portal and register roles on my user but I don't know how to look at those roles in my app to provide granular access. What is the best way to do this? This should be documented.
The text was updated successfully, but these errors were encountered:
This is actually needlessly difficult right now, the responsibility should move away from the SSOBase itself. Each openid should know its own scopes, which it doesn't, but you could try something like this:
You can then use sso_onedrive to ask user for additional permissions. You will have to "remember" the scope for the user yourself, also the scopes may be nonsensical, I didn't open Microsoft's docs.
My app has many features and I want granular control of which features (endpoints) are available to which users.
I can currently sign on with my azure account, but how do I actually provide granular authorization?
I am able to go into Azure portal and register roles on my user but I don't know how to look at those roles in my app to provide granular access. What is the best way to do this? This should be documented.
The text was updated successfully, but these errors were encountered: