mirror of https://github.com/minio/minio.git
Browse Source
fix: allow audience claim to be an array (#12810)
fix: allow audience claim to be an array (#12810)
Some incorrect setups might have multiple audiences where they are trying to use a single authentication endpoint for multiple services. Nevertheless OpenID spec allows it to make it even more confusin for no good reason. > It MUST contain the OAuth 2.0 client_id of the > Relying Party as an audience value. It MAY also > contain identifiers for other audiences. In the > general case, the aud value is an array of case > sensitive strings. In the common special case > when there is one audience, the aud value MAY > be a single case sensitive string. fixes #12809pull/12818/head

committed by
GitHub

No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 59 additions and 32 deletions
-
44cmd/sts-handlers.go
-
2docs/sts/web-identity.md
-
15docs/sts/web-identity.py
-
24docs/sts/wso2.md
-
2go.mod
-
4go.sum
Write
Preview
Loading…
Cancel
Save
Reference in new issue