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'm trying to set up guard with the Azure provider. I see the below messages repeatedly in the logs.
azure.go:89] Using issuer url: https://sts.windows.net/<my tenant id>/
utils.go:130] failed to verify token for azure: oidc: malformed jwt: square/go-jose: compact JWS format must have three parts
It seems like the issuer should be login.microsoftonline.com, instead of sts.windows.net. What code determines this?
How can I determine what the malformed JWT looks like, so I can address this?
The text was updated successfully, but these errors were encountered:
I'm trying to set up guard with the Azure provider. I see the below messages repeatedly in the logs.
It seems like the issuer should be
login.microsoftonline.com
, instead ofsts.windows.net
. What code determines this?How can I determine what the malformed JWT looks like, so I can address this?
The text was updated successfully, but these errors were encountered: