Forum Discussion
information on FQDN based authentication between client and server.
keshavshor4, there is a defined set of known authentication methods and FQDN is not one of them. Could you clarify what are you trying to achieve here?
- keshavshor4Dec 21, 2020Copper Contributor
Command0r I am new to this but i want to configure security using FQDN in my application
- Command0rDec 23, 2020Iron Contributor
keshavshor4, ok, if I get this right, you're working on the external auth provider implementation and would like to use an FQDN as a redirect URI. You generally set this up in the Active Directory, register the auth providers and your app, verify a domain name, and set it as a Redirect URI. More about this configuration https://docs.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad.
Debugging the app locally is not a big deal. Generally, the approach is spinning around configuring your 'hosts' file, which is well-described https://docs.microsoft.com/en-us/aspnet/web-api/overview/security/external-authentication-services.
Hope that helps
