-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add state parameter in authentication requests #15078
Comments
Hello @hswimmer ! I'll be doing my best to help. We should definitely support this. We'll start working on this issue in a couple of weeks. I'll make sure to give you an update of when we'll release this feature! |
I'll leave this link for context, for myself: https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/3a730d5ad842eaa8fc643015817cd7c20415e921/lib/msal-browser/src/request/PopupRequest.ts#L20 |
@hswimmer would it make sense for you if the |
@hswimmer do you have a concrete example of how this property would help you? |
We have several clients app authenticated with AAD and using @azure/storage-blob package |
@hswimmer thank you. We’ll have an update in about a week. |
@hswimmer it’s been a week and we do have an update. We’ll be discussing about this suggestion with the team in the following days. We want to make sure we’re all aligned on what’s the best way forward. I’ll keep you posted! |
@hswimmer, after thorough conversations with my team, we’ve decided to postpone adding support for this. The best we can do in the short term is provide documentation on creating a custom credential that would use @azure/msal-browser underneath. For that purpose, I’ve made this issue: #15573 We want to have a better browser story in the long term, though. We’ll make sure to keep you posted. |
@sadasant thanks for the update. waiting for documentation. |
@hswimmer If you find some time to review what we’re adding in this PR, your feedback is appreciated: #15573 I’ll close this issue for now. Thank you for submitting your feedback so far! This issue has helped us a lot. We’ll be working on a better browser-oriented experience through the upcoming months and well into next year. |
We use state parameter for single redirect url for many sites.
with msal we send:
any idea how we can send it with InteractiveBrowserCredential
The text was updated successfully, but these errors were encountered: