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

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

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -