Hello,
I am using OpenID connect with CAS 6.1.7. I installed CAS 6.5.3 in test,
but I get an error (Application not authorized to use CAS) while the
service file is identical. Is there a configuration change between 6.1 and
6.5? I don't see anything in the documentation.
Service file :
{
"id": 1624798320,
"name": "AppOIDC",
"description": "mobile app",
"evaluationOrder":99,
"@class": "org.apereo.cas.services.OidcRegisteredService",
"supportedGrantTypes": [
"java.util.HashSet",
[
"authorization_code",
"refresh_token"
]
],
"clientId": "mobileapp",
"clientSecret": "xxxxxxxxxxxxxxxxxxxxxxxxxx",
"serviceId": "^https://service.callback.oauth.domain.com$",
"scopes": [
"java.util.HashSet",
[
"profile",
"email",
"offline_access"
]
]
"attributeReleasePolicy" : {
"@class" :
"org.apereo.cas.services.ReturnAllowedAttributeReleasePolicy",
"allowedAttributes" : [ "java.util.ArrayList", ["sn",
"givenName" ] ]
},
}
Regards.
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS
Community" 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/a/apereo.org/d/msgid/cas-user/a4725ed7-2078-4cdb-9f5d-50f2bfffe8a2n%40apereo.org.