s****y 发帖数: 503 | 1 我的项目是企业级app,用iOS做客户端,Java做后台,客户端访问通过vpn,客户端是
自己的employee使用的,所以可能要SSO认证,他们让我了解ADFS/Kerberos ticket,
OpenSSO, OpenID, OpenID Connect,这些都是提供SSO的吗?有什么区别?我这种项目
用的上吗?apple提供这方面的技术吗? |
|
c*c 发帖数: 447 | 2 you don't need a portal platform. You need an access management solution.
Check this out: https://opensso.dev.java.net/
With an access management solution, you don't need to convert you current
applications to a new platform. You can even keep their own user management
in each of them. If you need more help, ping me and I'm glad to help... |
|
s***o 发帖数: 2191 | 3 use OpenID Connect or Shibboleth for federated authentication |
|
f******2 发帖数: 2455 | 4 stackoverflow.com这类的网站提供第三方网站(gmail)验证,从而免得在SO上创建用
户名密码,这种东西是OpenID还是Oauth2啊?
原来Oauth1的时候,好像是authoerization only的用途,现在好像authentication也
管了,看得比较糊涂,哪位能深入浅出地讲一讲? |
|