Use SAML SSO in IONIC App

夙愿已清 提交于 2019-12-11 05:46:38

问题


I have already implemented OAuth for ionic app using ADFS 4.0 as the service provider.

Now, there are some internal web sites which are added as links inside the app which are registered via ADFS SAML.

I have the following parameters from ADFS Registration

Authentication protocol: SAML

Relying party identifier: https://goto.abc.com

SAML Assertion Consumer endpoint: https://goto.abc.com/auth/postResponse (POST)

SAML Logout endpoint: https://goto.abc.com/auth/logout (Redirect)

Hash algorithm: SHA-256

Signature verification certificate: self-signed from goto.abc.com. 

Is there any implementation which can use these parameters or can exchange oauth and SAML tokens to allow access to those websites.

来源:https://stackoverflow.com/questions/48446420/use-saml-sso-in-ionic-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!