Skip to content

How to configure HTTPS in redirect url? #398

Answered by rayluo
ian-cahila-maersk asked this question in Q&A
Discussion options

You must be logged in to vote

Quoting the answer from the conversation, so that we can mark it as the correct answer to help future audience.

Perhaps next time you can start your question by disclosing which sample you started your project with. :-)

Now it seems like you were implementing a web app (and our corresponding sample is available here). You are using initiate_auth_code_flow() and acquire_token_by_auth_code_flow() in pairs. In such a case, the redirect_uri is configured by app developer, MSAL does not make any change or pre-assumption (unlike MSAL does during acquire_token_interactive()). You may refer to the README of the aforementioned sample on how to configure the redirect_uri. And yes, your configurati…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@ian-cahila-maersk
Comment options

@rayluo
Comment options

@ian-cahila-maersk
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by rayluo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants