Skip to content

Commit a4408fe

Browse files
committed
Merge branch 'fix-non-ascii-char' into dev
2 parents a558775 + 7d38d7a commit a4408fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

msal/application.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,9 @@ def __init__(
202202
knowing when the resource emits *claims challenge*
203203
the client will be capable to handle.
204204
205-
Client capability is implemented using ‘claims’ parameter, for now.
205+
Implementation details:
206+
Client capability is implemented using "claims" parameter on the wire,
207+
for now.
206208
MSAL will combine them into
207209
`claims parameter <https://openid.net/specs/openid-connect-core-1_0-final.html#ClaimsParameter`_
208210
which you will later provide via one of the acquire-token request.

0 commit comments

Comments
 (0)