casinthecloud / cas-overlay-demo

CAS server demo using the Maven overlay
https://www.casinthecloud.com
73 stars 36 forks source link

Application Not Authorized to Use CAS #18

Closed charybr closed 7 years ago

charybr commented 7 years ago

Thanks very much, for giving this example!

I was getting error - Application Not Authorized to Use CAS. I had to edit file localhost-2.json located at cas-overlay-demo-master/cas-overlay-server-demo/src/main/resources/services/. Changed "serviceId" : "^https?://localhost.", to "serviceId" : "^http?://localhost.",

After this, it worked.

leleuj commented 7 years ago

It's of course just an example you can start from.