minio/pkg/auth
Harshavardhana 189c861835
fix: remove LDAP groups claim and store them on server (#9637)
Groups information shall be now stored as part of the
credential data structure, this is a more idiomatic
way to support large LDAP groups.

Avoids the complication of setups where LDAP groups
can be in the range of 150+ which may lead to excess
HTTP header size > 8KiB, to reduce such an occurrence
we shall save the group information on the server as
part of the credential data structure.

Bonus change support multiple mapped policies, across
all types of users.
2020-05-20 11:33:35 -07:00
..
credentials.go fix: remove LDAP groups claim and store them on server (#9637) 2020-05-20 11:33:35 -07:00
credentials_test.go Honor DurationSeconds properly for WebIdentity (#8581) 2019-11-29 18:57:54 +05:30