How does an iOS app get a SAML response?

I work with a client who would like to authenticate using federated Active Directory services using SAML. As I explained, the ADFS client server is a SAML identity provider, and I just need to provide a webview in the application to load the login page. After successful authentication, should the authenticated metadata respond?

I tried to research SAML and iOS and could only find third-party software that offers solutions, but does not explain how this can be done without integrating third-party developers into the application.

Resources I looked at:

Since I don’t know anything about the contents of this login page, how can I determine if the response is authenticated correctly? Also, how do I retrieve and retrieve relevant information from this response in an application to store future authenticated web service requests?

+4
source share
1 answer

ADFS 2012R2, OAuth . ADAL ( Active Directory), ADFS. , , . (JWT), WebAPI.

+1

All Articles