I am configuring Authentication for my Web application using Azure App Service. I chose AAD with Express mode to register my application.
It registered my application at AAD with reply-url as https://.azurewebsites.net/.auth/login/aad/callback. I intercepted the requests GET POST for above callback. It sends the access token.
Question:
I have not implemented the controller for above reply-url in web application. Who is handling it correctly?
Please shed me some light on above callback. Can it be changed to different POST Url if needed?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…