Branch: refs/heads/master
Home: https://github.com/jenkinsci/oic-auth-plugin
Commit: ca69a2e4cd6a967532a2cc41ba6c24944a9f6b2b
https://github.com/jenkinsci/oic-auth-plugin/commit/ca69a2e4cd6a967532a2cc41ba6c24944a9f6b2b
Author: Brian Moyers <[email protected]>
Date: 2023-02-18 (Sat, 18 Feb 2023)
Changed paths:
M src/main/java/org/jenkinsci/plugins/oic/OicSecurityRealm.java
M src/main/resources/org/jenkinsci/plugins/oic/Messages.properties
M
src/main/resources/org/jenkinsci/plugins/oic/OicSecurityRealm/help-groupsFieldName.html
M src/test/java/org/jenkinsci/plugins/oic/PluginTest.java
Log Message:
-----------
Allow data containing groups from SSO server to be a List of Maps in addition
to a List of Strings. (#198)
* Allow data containing groups from SSO server to be a List of Maps in
addition to a List of Strings. In cases where groups is a List of Maps, give
option to specify which key in the Map holds the group name, defaulting to a
key "name"
* fix checkstyle errors for ImportOrderCheck and spaces at end of line
* Allow groupsFieldName to be specified as 'groups[].name' to specify a nested
group field name for case where SSO server returns groups as an array of maps.
* updates for comments in PR
https://github.com/jenkinsci/oic-auth-plugin/pull/198
* fix newline at end of file for checkstyle
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/oic-auth-plugin/push/refs/heads/master/64210d-ca69a2%40github.com.