Skip to content

Commit

Permalink
Update Attribute-Release-PrincipalId.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed May 7, 2020
1 parent 08bdff2 commit 04183fb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -168,7 +168,7 @@ Embed the groovy script directly inside the service configuration.
"description" : "sample",
"usernameAttributeProvider" : {
"@class" : "org.apereo.cas.services.GroovyRegisteredServiceUsernameProvider",
"groovyScript" : "groovy { return attributes['uid'] + '123456789' }",
"groovyScript" : "groovy { return attributes['uid'][0] + '123456789' }",
"canonicalizationMode" : "UPPER"
}
}
Expand Down

0 comments on commit 04183fb

Please sign in to comment.