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
Commonly referred to as Client Certificate authentication
I'm not sure if this follows a particular standard, but it's similar to client_credentials flow but signing a JWT for identity instead of sending a shared secret
Azure AD is the only place I've seen this, so I guess belongs in the microsoft package? Unless there's a standard implementation I missed.