You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have passed the case Access token request with a certificate using private_key_jwt client authentication method, but I can not find any document about client authentication using client_secert_jwt, it should be mimic with private_key_jwt client authentication method. I follow the doc OAuth2 Client Authentication with Azure AD, but I got the 401 response.
Hey @moarychan - client_secret_jwt isn't supported as part of our implementation of the client credentials flow. This is intentional and is why you're experiencing an error. Hope this helps!
I will leave this issue open for a few more days in case you have any follow up you'd like to add.
I have passed the case Access token request with a certificate using
private_key_jwt
client authentication method, but I can not find any document about client authentication using client_secert_jwt, it should be mimic withprivate_key_jwt
client authentication method. I follow the doc OAuth2 Client Authentication with Azure AD, but I got the 401 response.I propose there's section
Fifth case: Access token request with a secret key
in https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow, it will use theclient_secert_jwt
client authentication method to authenticate the client.Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: