Open MrHinsh opened 6 days ago
I have auth setup and I understand that /.auth/* is supposed to handle both the outbound and the inbound callback. However I get a 401 on return for https://prototype.nkdagility.com/.auth/login/aad/callback
To Reproduce
Steps to reproduce the behaviour:
URLs
Site: https://prototype.nkdagility.com Build: https://github.com/nkdAgility/NKDAgility.com/blob/main/.github/workflows/main.yaml staticwebapp.config.json: https://github.com/nkdAgility/NKDAgility.com/blob/main/staticwebapp.config.json GitRepo: https://github.com/nkdAgility/NKDAgility.com/
Expected behavior
I expected this to be handled and return to site with auth tokens present.
Any help would be appreciated.
Note to all it looks like this location is not monitored! I got reponces on https://learn.microsoft.com/en-us/answers/questions/2114272/auth-login-aad-callback-fails-with-401-after-suces?comment=question
I have auth setup and I understand that /.auth/* is supposed to handle both the outbound and the inbound callback. However I get a 401 on return for https://prototype.nkdagility.com/.auth/login/aad/callback
To Reproduce
Steps to reproduce the behaviour:
URLs
Site: https://prototype.nkdagility.com Build: https://github.com/nkdAgility/NKDAgility.com/blob/main/.github/workflows/main.yaml staticwebapp.config.json: https://github.com/nkdAgility/NKDAgility.com/blob/main/staticwebapp.config.json GitRepo: https://github.com/nkdAgility/NKDAgility.com/
Expected behavior
I expected this to be handled and return to site with auth tokens present.
Any help would be appreciated.