{ "number":[ "1234" ],
"fullname": [
"John Smith"
], "email":[ ], "sso_id":[ "5d0364ef4fd1c900075487f0" ], "service":"https://url.com/redirect", "id":"em...@example.com", "client_id":"secret"}{ "number": "1234", "fullname": "John Smith", "email": "em...@example.com", "sso_id": "5d0364ef4fd1c900075487f0", "service":"https://url.com/redirect", "id":"em...@example.com", "client_id":"secret"}cas.authn.mongo.attributes=number,id,email,fullname
cas.authn.oauth.userProfileViewType=FLAT...{ "@class" : "org.apereo.cas.support.oauth.services.OAuthRegisteredService", "clientId": "clientid", "clientSecret": "clientsecret", "serviceId" : ".*example.com/.*", "name" : "ClientName", "id" : 1000, "bypassApprovalPrompt": true, "generateRefreshToken": true, "supportedGrantTypes": [ "java.util.HashSet", [ "authorization_code" ] ], "supportedResponseTypes": [ "java.util.HashSet", [ "code" ] ], "attributeReleasePolicy" : { "@class" : "org.apereo.cas.services.ReturnAllAttributeReleasePolicy" }, "scopes": [ "java.util.HashSet", ["profile"]]}