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)
-
0
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.
-
0
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
-
0
Just a simple way of getting connection strings out of config files would sort me....