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
@@ -643,7 +643,7 @@ Function _getToken_Service() : Object
643
643
$options.payload.exp:=$options.payload.iat+3600
644
644
$options.payload.sub:=This.clientId// Same as iss
645
645
646
-
$bearer:=$jwt.generate($options; This.privateKey)
646
+
$bearer:=$jwt.generate($options)
647
647
648
648
// See documentation of https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-client-creds-grant-flow#second-case-access-token-request-with-a-certificate
0 commit comments