Skip to content

Commit 04b1edf

Browse files
authored
Update application.py
1 parent b1c0c71 commit 04b1edf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

msal/application.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,13 @@ def __init__(
8989
"public_certificate": "...-----BEGIN CERTIFICATE-----..." (Optional. See below.)
9090
}
9191
92-
public_certificate (optional) is public key certificate which is
93-
sent through 'x5c' JWT header only for
94-
subject name and issuer authentication to support cert auto rolls
92+
*Added in version 0.5.0*:
93+
public_certificate (optional) is public key certificate
94+
which will be sent through 'x5c' JWT header only for
95+
subject name and issuer authentication to support cert auto rolls.
9596
9697
:param dict client_claims:
98+
*Added in version 0.5.0*:
9799
It is a dictionary of extra claims that would be signed by
98100
by this :class:`ConfidentialClientApplication` 's private key.
99101
For example, you can use {"client_ip": "x.x.x.x"}.

0 commit comments

Comments
 (0)