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
I need to modify the BlazorHero template to use Ws-Federation authentication instead of maintaining usernames/passwords inside the application.
Firstly, how do I stop the app from going to the login screen?
Secondly, how/where do I tell the user service what I want it to return for the current user? (I can write the code to populate the BlazorHeroUser from WS-Federation, but I'm having a hard time determining where I need to do that.)
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
-
I need to modify the BlazorHero template to use Ws-Federation authentication instead of maintaining usernames/passwords inside the application.
Firstly, how do I stop the app from going to the login screen?
Secondly, how/where do I tell the user service what I want it to return for the current user? (I can write the code to populate the BlazorHeroUser from WS-Federation, but I'm having a hard time determining where I need to do that.)
Beta Was this translation helpful? Give feedback.
All reactions