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
If I setup OAuth authentication with swagger UI (specifically AAD OAuth v2 flow via Swashbuckle.AspNetCore, is there a way I can get all the claims of the token, or at least the username via say ui.getStore(). I've poked around the various functions, and while I can get at the OAuth configuration, I can't find info about the current session.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If I setup OAuth authentication with swagger UI (specifically AAD OAuth v2 flow via Swashbuckle.AspNetCore, is there a way I can get all the claims of the token, or at least the username via say
ui.getStore()
. I've poked around the various functions, and while I can get at the OAuth configuration, I can't find info about the current session.Beta Was this translation helpful? Give feedback.
All reactions