Use SAML SSO in IONIC App
Asked Answered
P

0

1

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.

Precedency answered 25/1, 2018 at 15:28 Comment(3)
hi sourav, who created this endpoint goto.abc.com/auth/postResponse for you ?Discoid
@ParthDoshi Our DevOps team who manage all the SAML RegistrationsPrecedency
hi sourav ..can u pls tell me your email address. I had some doubt and wanted to contact uDiscoid

© 2022 - 2024 — McMap. All rights reserved.