Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I am working mvc 5 .net core 3.1 web application, i have implemented Saml Azure AD authentication with web application authentication working as we expected but  Claims cant able to save the in application after the successfully login .  If we remove the app.UseAuthentication();
From startup page claims saved successfully.
How can I achieve the task ,kindly help me completed the task
  Below link i used to refer : https://cmatskas.com/asp-net-core-saml-authentication-with-azure-ad/


What I have tried:

I am implemented with .net core mvc 5 application with Azure ad authentication ,
i cant able set claim when authenticating Saml ad Azure authentication
Posted
Updated 12-Apr-22 5:31am
v2

1 solution

You might have not configured/implemented the authentication middleware properly. Have you included all code related to SAML authentication from GitHub - cmatskas/aspnetcoresaml[^]

Check in your Configure Services, ".AddWsFederation" options are configured properly or not.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900