We are using AD FS as primary method of authentication for our web project.
We are now developing a native iOS app. For development, we used token based authentication as described here- https://docs.aspnetzero.com/documents/zero/latest/Development-Guide-Mvc-Angularjs#authentication This method requires credentials that are stored in database to authenticate user.
Now that we want to move to production with our application, we must change the authentication method to AD FS. So requirements are that the user should authenticate to web api using AD FS, retrieve token and make further requests using that token.
Is this available somewhere in documentation? How can we achieve this?
3 Answer(s)
-
0
Hi @smartlayer
This is not supported out of the box. You need to implement it yourself.
-
0
Could you please shed some light on the steps required to achieve this?
-
0
@smartlayer
Actually we don't have any experience on this, othwerwise we would like to help.