My School want to implement a CAS service, I did the most of the configuration, but I need to register the webapp, How can I register the webapp in CAS services management? Or if you have some samples that can help me, I'll be really grateful.
相关问题
- How to upgrade/install Upstart deamon version 1.5
- Wordpress change all 404 to 410 error code
- There Was No Endpoint Listening at http // That Co
- Starting an Application from Windows Service
- Symfony Basic Translation Example
相关文章
- Service层和Dao层一定要对应吗?
- k8s 访问Pod 时好时坏
- Async task does not work properly (doInBackground
- How to increase message size in grpc using python
- Keeping alive Intent Service after application is
- A proper way to Debug a Service in Android Studio?
- Simple service in Swift, persists, foreground only
- Running msiexec from a service (Local System accou
I have tried using cas management app is version 4.2.x. I am not sure what version you are trying to use.
Although I was able to build the cas management app successfully and make it up and running, for some reason configuring the service in this management app did not work for me.
Alternatively, I found another way to make it for work me. You can register your apps in a JSON file in your cas server web application (note: Not the cas management webapp) itself in the following location, /WEB-INF/classes/services
Follow the following steps,