CAS Spring boot

23 views
Skip to first unread message

Gadde Sainadh

unread,
Apr 9, 2021, 10:44:17 AM4/9/21
to CAS Community
Hello All, 
I got a question or bit confusing to me  regarding about ServiceProperties  bean

@Bean
public ServiceProperties serviceProperties() {
ServiceProperties sp = new ServiceProperties();
sp.setService(CAS_SERVICE_URL);
sp.setSendRenew(false);
return sp;
}
what will be CAS_SERVICE_URL: https://localhost:8080/cas-web(cas host url )
 or 
 CAS_SERVICE_URL: https://localhost:8080/(my application host URL  )
can you guys guide me on this. 

sagar ghimire

unread,
Apr 9, 2021, 11:47:36 AM4/9/21
to cas-...@apereo.org
Should be https://localhost:8080/cas-web(cas host url )

--
- 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 cas-user+u...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/95983a07-09f1-4457-8c17-6f712adb9746n%40apereo.org.

Gadde Sainadh

unread,
Apr 9, 2021, 11:52:29 AM4/9/21
to cas-...@apereo.org
Thanks sagar 

I have another question
In cas authenticationprovider.set key (“”); 
What value should be there.

sagar ghimire

unread,
Apr 9, 2021, 4:24:29 PM4/9/21
to cas-...@apereo.org
It doesn't matter you can put any string. I haven't used it anywhere. casAuthenticationProvider.setKey("an_id_for_this_auth_provider_only");

Sagar

Gadde Sainadh

unread,
Apr 9, 2021, 5:16:25 PM4/9/21
to cas-...@apereo.org
Reply all
Reply to author
Forward
0 new messages