Base solution for your next web application
Open Closed

AD FS authentication for Web API #6109


User avatar
0
huntethan89 created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @smartlayer

    This is not supported out of the box. You need to implement it yourself.

  • User Avatar
    0
    huntethan89 created

    Could you please shed some light on the steps required to achieve this?

  • User Avatar
    0
    ismcagdas created
    Support Team

    @smartlayer

    Actually we don't have any experience on this, othwerwise we would like to help.