Skip to content
Snippets Groups Projects
Commit 068f96c6 authored by jabertwo's avatar jabertwo
Browse files

script für group mapping war hatte unterschiedliche anführungszeichen

parent 5ca27046
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ add_action('openid-connect-generic-update-user-using-current-claim', function( $
// Based on some data in the user_claim, modify the user.
foreach($user_claim as $key => $value) {
error_log('Openid Role mapping: User claim: ' . $key . ", Value: " . $value);
error_log('Openid Role mapping: User claim: ' . $key . ', Value: ' . $value);
}
if ( array_key_exists( 'groups', $user_claim ) ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment