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

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -