AzureAD / microsoft-authentication-library-common-for-android

Common code used by both the Active Directory Authentication Library (ADAL) and the Microsoft Authentication Library (MSAL)
MIT License
41 stars 35 forks source link

Adding additional fields to JwtRequestBody for sending PRTv4 requests #2289

Closed iamgusain closed 9 months ago

iamgusain commented 9 months ago

Adding jwe_crypto and session_key_crypto fields to JweRequestBody. These are required and used when sending PRTv4 based requests to eSTS.

More details: Android PRT V4 spec