We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a558775 + 7d38d7a commit a4408feCopy full SHA for a4408fe
msal/application.py
@@ -202,7 +202,9 @@ def __init__(
202
knowing when the resource emits *claims challenge*
203
the client will be capable to handle.
204
205
- Client capability is implemented using ‘claims’ parameter, for now.
+ Implementation details:
206
+ Client capability is implemented using "claims" parameter on the wire,
207
+ for now.
208
MSAL will combine them into
209
`claims parameter <https://openid.net/specs/openid-connect-core-1_0-final.html#ClaimsParameter`_
210
which you will later provide via one of the acquire-token request.
0 commit comments