You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -96,14 +106,23 @@ case class TokenRetrievalClient(host: String) {
96
106
* @paramusername The username used for authentication.
97
107
* @parampassword The password associated with the provided username.
98
108
* @paramgroups An optional list of PAM groups. If provided, only JWTs associated with these groups are returned if the user belongs to them.
109
+
* @paramcaseSensitiveGroups A boolean indicating whether the group prefixes should be treated as case sensitive.
99
110
* @return A tuple containing the AccessToken and RefreshToken objects representing the retrieved access and refresh tokens (JWTs) from the login service.
@@ -121,14 +140,23 @@ case class TokenRetrievalClient(host: String) {
121
140
* @paramkeytabLocation Optional location of the keytab file.
122
141
* @paramuserPrincipal Optional userPrincipal name included in the above keytab file.
123
142
* @paramgroups An optional list of PAM groups. If provided, only JWTs associated with these groups are returned if the user belongs to them.
143
+
* @paramcaseSensitiveGroups A boolean indicating whether the group prefixes should be treated as case sensitive.
124
144
* @return A tuple containing the AccessToken and RefreshToken objects representing the retrieved access and refresh tokens (JWTs) from the login service.
0 commit comments