Enterprise Single Sign On

前端 未结 2 624
余生分开走
余生分开走 2021-01-29 09:59

Am searching for Desktop application manage Enterprise Single Sign On (SAML v2, Identity Provider , Service Provider )

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-29 10:28

    Here is how i achieved in my enterprise:

    There could be 2 approaches

    1. Use "windows authentication" which can give you actual user trying to access website. Any enterprise application ( assuming it being hosted on Intranet) has integration to Active Directory. This User identity can be authenticated using LDAP server

    2. Use OAuth way and use Third party which provide Identity management. Front End calls their services to generate token. This token can be sent to backend which will authenticate this token against the validator service.

提交回复
热议问题