Skip to content

Add state parameter in authentication requests #15078

@hswimmer

Description

@hswimmer

We use state parameter for single redirect url for many sites.

with msal we send:

await msal.loginPopup({
        scopes: scopes,
        state: requestState
      })

any idea how we can send it with InteractiveBrowserCredential

Metadata

Metadata

Assignees

Labels

Azure.IdentityClientThis issue points to a problem in the data-plane of the library.blocking-releaseBlocks releasecustomer-reportedIssues that are reported by GitHub users external to the Azure organization.feature-requestThis issue requires a new behavior in the product in order be resolved.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK team

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions