cirrusidentity / simplesamlphp-module-authoauth2

OAuth2/OIDC Authentication module for SimpleSAMLphp
GNU Lesser General Public License v2.1
31 stars 28 forks source link

Handle aud being an array #59

Closed henrist closed 2 years ago

henrist commented 2 years ago

Previously only aud as a single string was supported. It can also be an array of one or multiple values.

See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.3

pradtke commented 2 years ago

Thank you @henrist