k3s/plugin/pkg/auth/authenticator
Eric Chiang 065ddab5d1 oidc authenticator: allow string value as groups claim
Allow the group claim to be a single string instead of an array of
strings. This means the following claim

    {
      "role": "admin"
    }

Will be mapped to the groups

   ["admin"]
2016-09-22 14:23:56 -07:00
..
password Use Go canonical import paths 2016-07-16 13:48:21 -04:00
request x509 authenticator: get groups from subject's organization field 2016-08-10 12:32:28 -07:00
token oidc authenticator: allow string value as groups claim 2016-09-22 14:23:56 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00