flask login loop #162
Answered
by
krsfrodaslz
krsfrodaslz
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
krsfrodaslz
Dec 23, 2025
Replies: 1 comment 1 reply
-
|
Okay, Now I have another problem about verifying the user auth code. I created a federated managed identity for my app. What should I pass to |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rayluo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Okay,
/.auth/login/aad/callbackis reserved and will be picked up by Azure instead of my app if easy auth is turned on. I turned it off and now the redirect endpoint of my app is called.Now I have another problem about verifying the user auth code. I created a federated managed identity for my app. What should I pass to
client_credentialwhen constructing the Auth object? Is it the token acquired byacquire_token_for_clientas illustrated in user-assigned-managed-identities?