saml 2.0 - Enterprise Single Sign On -


am searching desktop application manage enterprise single sign on (saml v2, identity provider , service provider )

here how achieved in enterprise:

there 2 approaches

  1. use "windows authentication" can give actual user trying access website. enterprise application ( assuming being hosted on intranet) has integration active directory. user identity can authenticated using ldap server

  2. use oauth way , use third party provide identity management. front end calls services generate token. token can sent backend authenticate token against validator service.


Comments

Popular posts from this blog

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -