Closed acad96 closed 6 months ago
You should not create your own Acs function. The Saml2/Acs
endpoint is handled by the library. Look at one of the samples to see how it should work.
I see, because without that function it shows error 500 as if it doesn't go to the login function that check the user info. Which sample should I see how it should work?
The most simple one is https://github.com/Sustainsys/Saml2.Samples/tree/main/v2/AspNetCore
But how to configure the library to redirect to my login function for user-checking
This issue tracker works best for questions about specific functions/configurations. If you need assistance with designing the overall flow of your application I can offer that as commercial consulting services. Please reach out to support@sustainsys.com for more information.
Closing due to inactivity.
Hi, currently I'm doing a .Net core project with sustainsys. The user has already successfully login in Microsoft Entra ID but when want to redirect to my website it shows this error. Do you know why?
This is my Acs function