NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on August 22, 2023, 06:16:25 AM

Title: WebServer Single Sign On (SSO)
Post by: Alberto on August 22, 2023, 06:16:25 AM
Any way to loggin using SSO?
May be using the new Secwin?
Thanks
Title: Re: WebServer Single Sign On (SSO)
Post by: Bruce on August 23, 2023, 12:59:03 AM
Define what you mean by Single-Sign-On.
It means different things to different people...
Title: Re: WebServer Single Sign On (SSO)
Post by: Alberto on August 23, 2023, 09:43:33 AM
My customer answer:

Single sign-on with Azure AD is what we aim for .
Title: Re: WebServer Single Sign On (SSO)
Post by: Jane on August 23, 2023, 01:35:51 PM

Single sign-on with Azure AD is what we aim for .

Even then, what does that mean?

1. The user logs in to your app using username/password that's stored in Azure AD and app  authenticates those credentials against AD?
2. The app somehow magically knows the user's credentials and logs him in without any additional login steps (like a saved OAUTH token) ?
3. The app sends an NTLM challenge to the browser  (https://security.stackexchange.com/questions/226626/is-ntlm-over-https-on-iis-a-good-idea-for-a-internet-facing-website)to authenticate the user (the way Sharepoint and SSRS can do internally)?
4. Integrated Windows authentication (https://learn.microsoft.com/en-us/aspnet/web-api/overview/security/integrated-windows-authentication) (which is probably the same as #3)?
Another Azure-specific link for #4:  https://learn.microsoft.com/en-us/aspnet/visual-studio/overview/2012/windows-azure-authentication