tirkarthi commented on issue #61270: URL: https://github.com/apache/airflow/issues/61270#issuecomment-3827489621
``` [4.1.1](https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.1). "iss" (Issuer) Claim The "iss" (issuer) claim identifies the principal that issued the JWT. The processing of this claim is generally application specific. The "iss" value is a case-sensitive string containing a StringOrURI value. Use of this claim is OPTIONAL. ``` https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.1 . RFC seems to indicate that `iss` should be a string and pyjwt after validation supports `iss` to be a string and `issuer` to be a string or list of strings. cc: @ashb -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
