Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Im developing application in asp.net core 2.0 and wants to implements SSO (Single SignIn) to my existing application so any one can help how can i implements this functionality.

1. Can i use same authentication of Office 365 or is there any better WAY SO please help with step by step.
2. I want authenticate from office 365.

Thanking in Advanced..

Regards,
Pramod Singh

What I have tried:

I have read some articles from google search but im not able to understand.
Posted
Updated 14-Apr-18 5:43am
v2

I would start with a google search as I am 100% confident there is going to be something useful for you to follow. I would also encourage you to seek out a team lead or dev manager for guidance as I am not sure your company would appreciate a forum architecting their SSO server/functionality for them.

I would encourage you to do some research, figure out what SSO protocal you wish to use (Ex: openid or using active directory) and then use google to figure out what your next steps for implementing. I encourage you to use google as I can asure you, you are not the first person to implement SSO and so many of your issues you are bound to encounter have surely been discussed and are a simple google search away.

asp.net core single sign on[^]

GitHub - IdentityServer/IdentityServer3: OpenID Connect Provider and OAuth 2.0 Authorization Server Framework for ASP.NET 4.x/Katana[^]

[https://auth0.com/docs/architecture-scenarios/application/web-app-sso/implementation-aspnetcore

Now should you attempt to implement it and get stuck anywhere, if you are able to given this is for your job, feel free to come back with a clear explanation of your issue and any relevant code samples.
 
Share this answer
 
Hi friend ,

My manager asked me to implement same kind of authentication, i can say that it is single sign on because he wanted when i am being log-in on intranet user then system should pick window user otherwise system should prompt internet login page with username and password.

My idea was :

First check identity if identity is null then redirect it to internet login page and take the username & password and validate against LDAP server.for this i have to make change in web.config as authentication mode =window and allowuser=*

Just let me know if it is your case then i can help you.
 
Share this answer
 

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

  Print Answers RSS


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