Re: [cas-user] User Attributes for SAML 2.0

2018-05-28 Thread sai ram
Presently, we are using CAS as an Identity Provider but now we want to use SAML2.0 as an Identity provider instead of CAS server. As I'm new to CAS, can anyone help me out the steps that I need to follow? and I have some queries like, Do we need to configure the SAML Request & Response externally?

[cas-user] Does CAS supports for dynamic configuration of properties?

2018-08-03 Thread sai ram
Hi all, I want to change the cas properties dynamically i,e during runtime without restarting the server. Does CAS picks(refreshes) the properties without restarting the CAS Server. Thanks & Regards, A Sairam -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im

[cas-user] Getting org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'casRestConfiguration': Unsatisfied dependency expressed through field 'authenticatio

2018-08-30 Thread sai ram
PFA for *etc/cas/CAS.properties* : configuration related to CAS *src/main/bootstrap.properties*: config related to saml *etc/cas/samlappln.properties*: config related to saml IDP *build.gradle*: Dependencies for the project STACK Trace of the Error: Caused by: org.springframework.beans.factory.U

Re: [cas-user] Getting org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'casRestConfiguration': Unsatisfied dependency expressed through field 'authentic

2018-08-30 Thread sai ram
5.3.RELEASE] at org.springframework.boot.web.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:131) ~[spring-boot-1.5.3.RELEASE.jar:1.5.3.RELEASE] On Thu, Aug 30, 2018 at 4:48 PM sai ram wrote: > PFA for > *etc/cas/CAS.properties* : configuration related to CAS > *src/main/bootstrap.properties*