Hello All,
Good morning ! I’m working on a POC to use CAS with our application . So far the POC is going good and I could see that CAS matching all our requirements . We are using mongo database with our application , so would like to continue the same databased with CAS too , but while loading CAS Service registry from the mongo db. , I’m facing an issue. I think the mongo db document with service information is wrong , I couldn’t find proper document information anywhere , hence I was using same as json service registry document . Please help me with the proper document to read service registry from mongo db.
here is the mongo db document entry I was using
{
"@class" : "org.apereo.cas.services.RegexRegisteredService",
"serviceId" : "^http://localhost:6441/cas-management",
"name" : "CAS App",
"description": "This is to manage CAS ",
"id" : 19991,
"evaluationOrder" : 1
}
Please help . Early response would be appreciated J
Regards,
Vivekanand. .