Skip to content

[Bug] Claims not sent to /authroize endpoint  #1328

@bgavrilMS

Description

@bgavrilMS

Which Version of MSAL are you using ?
4.3

Platform
all

Problem
According to the OIDC spec https://openid.net/specs/openid-connect-core-1_0.html#ClaimsParameter claims is a parameter relevant to the /authorize endpoint.

MSAL only sends this param to the /token endpoint.

pca.AcquireTokenInteractive(...).WithClaims(claims);

Actual: claims param sent in request to the /token endpoint but not to the /authorize endpoint
Expected: claims param needs to be sent to both

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions