Skip to content

Commit

Permalink
client_credential has its link in RTD now. Finally.
Browse files Browse the repository at this point in the history
  • Loading branch information
rayluo committed Apr 5, 2024
1 parent 98bcfb3 commit 52b1fc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion msal/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def __init__(
:param str client_id: Your app has a client_id after you register it on Microsoft Entra admin center.
:param Union[str, dict] client_credential:
:param client_credential:
For :class:`PublicClientApplication`, you use `None` here.
For :class:`ConfidentialClientApplication`,
it can be a string containing client secret,
Expand Down Expand Up @@ -254,6 +254,8 @@ def __init__(
"client_assertion": "...a JWT with claims aud, exp, iss, jti, nbf, and sub..."
}
:type client_credential: Union[dict, str]
:param dict client_claims:
*Added in version 0.5.0*:
It is a dictionary of extra claims that would be signed by
Expand Down

0 comments on commit 52b1fc5

Please sign in to comment.