0
devkev2403 created
Please can you offer me some guidance. I have Ldap Authentication working as per the instructions in the documentation (although I had to update db schema to allow columns AbpUsers.EmailAddress and AbpUsers.NormalizedEmailAddress to be null).
However, I would like to use SSO.
I am using .NET Core. Can you point me in the right direction of any useful resources please?
Thanks
1 Answer(s)
-
0
Hi @devkev2403,
You might want to take a look at <a class="postlink" href="https://identityserver.io/">https://identityserver.io/</a>. Also check it's documentation <a class="postlink" href="https://identityserver4.readthedocs.io/en/release/">https://identityserver4.readthedocs.io/en/release/</a>.