Hi
I use cas 5.3.x (gradle overlay) and Jpa.
compile
"org.apereo.cas:cas-server-support-jpa-ticket-registry:${project.'cas.version'}"
compile
"org.apereo.cas:cas-server-support-jpa-service-registry:${project.'cas.version'}"
When client registered in Cas, insert client information
in regexregisteredservice table.
{
"@class" : "org.apereo.cas.services.OidcRegisteredService",
"clientId": "clientid",
"clientSecret": "clientSecret",
"bypassApprovalPrompt": true,
"generateRefreshToken": true,
"serviceId" : "http://XX.XX.XX.XX:1234/login",
"name" : "My client",
"id" : 100,
"scopes" : [ "java.util.HashSet", ["openid", "profile"]]
}
I write "id" 100. But sequential values are inserted when inserted
into regexregisteredservice table.
Did it work properly?
--
- 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/66590ffd-181a-4262-b195-815dc3231e36%40apereo.org.