Base solution for your next web application
Open Closed

Authentication in azure App Service #8389


User avatar
0
dntframework created

We would like to use the Authentication integrated in azure App service:

https://docs.microsoft.com/en-us/azure/app-service/overview-authentication-authorization

What could be the easier way? It is supported natively in asp.net zero?

Thanks


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @dnt

    Could you also explain your use case ? Do you want to ignore Roles/Permissions in AspNet Zero and use Azure's Authentication and Authorization system ? If so, it might be possible but you have to make many changes.

  • User Avatar
    0
    dntframework created

    We only need to replace the authentication process. We would like to use the authentication provided directly by azure instead the login page of the aspnetzero framework

    Best Regards

  • User Avatar
    0
    BobIngham created

    Just a simple way of getting connection strings out of config files would sort me....