Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Lionel Samuel
t;>>>>>>> property off. >>>>>>>> >>>>>>>> # Auto-initialize the registry from default JSON service definitions >>>>>>>> # cas.serviceRegistry.initFromJson=false >>>>>>>> >>>>

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Lionel Samuel
;>>>> On 05/14/2018 05:13 PM, Jann Malenkoff wrote: >>>>>>> >>>>>>> Hi All: >>>>>>> >>>>>>> I'm trying to get the ' >>>>>>> http://localhost:8080/cas-management/manage.

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Jann Malenkoff
>>> >>>>>> The services registry of CAS is empty and has no service definitions. >>>>>> Applications that wish to authenticate with CAS must explicitly be >>>>>> defined >>>>>> in the services registry.' >>>&

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Jann Malenkoff
>>>> I am hoping to have a JPA service registry --- and have configured the >>>>> dependencies below in the 'cas-overlay-template' pom.xml. >>>>> >>>>> >>>>> To enable the access to ' >>&g

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Jann Malenkoff
;cas-overlay-template' pom.xml. >>>> >>>> >>>> To enable the access to ' >>>> http://localhost:8080/cas-management/manage.html, I have added the >>>> JASON entry as below --- but do not see it in the database table >>>

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Man H
gt; not see it in the database table REGEXREGISTEREDSERVICE (I have >>> cas.serviceRegistry.config.location:file:/etc/cas/services in >>> 'cas.properties). >>> >>> >>> What could I have missed (or more likely misunderstood)? >>> >>>

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Richard Frovarp
ot;,   "serviceId" : "^(http)://.*",   "name" :  "HTTP wildcard",   "id" :    20180514,   "evaluationOrder" :   9 } *pom.xml -- for cas-overlay-te

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Jann Malenkoff
>> >> >> What could I have missed (or more likely misunderstood)? >> >> >> *JSON File in /etc/cas/services (copied -- slightly adjusted -- from an >> earlier post):* >> >> { >> /* >>* Wildcard service definition that applies to any ht

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Jann Malenkoff
ightly adjusted -- from an > earlier post):* > > { > /* >* Wildcard service definition that applies to any https or imaps url. >* Do not use this definition in a production environment. > */ > "@class" :"org.apereo.cas.services.RegexRegister

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Richard Frovarp
quot; : "org.apereo.cas.services.RegexRegisteredService",   "serviceId" : "^(http)://.*",   "name" :  "HTTP wildcard",   "id" :    20180514,   "evaluationOrder" :   9 } *pom.xml -- for

[cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Jann Malenkoff
uot;serviceId" : "^(http)://.*", "name" : "HTTP wildcard", "id" :20180514, "evaluationOrder" : 9 } *pom.xml -- for cas-overlay-template*

[cas-user] Using Spring Boot Devtools

2018-05-14 Thread Riley Wills
Has anyone had success with using Spring Boot Devtools with CAS 5.2.4? Adding this dependency to the cas-overlay-template pom.xml results in a stacktrace error caused by "Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.core.pattern.ThrowablePatternConverter." I did find th

[cas-user] Application Not Authorized to Use CAS

2018-05-14 Thread Jann Malenkoff
Apologies if this is a double post -- my earlier one may not have gone through. I have been battling via the JASON service registry over the weekend -- raising the white flag and planning the JPA route. Attempting to access: http%3A%2F%2Flocalhost%3A8080%2Fcas-management%2Fmanage.html "The se

Re: [cas-user] Re: Single Logout SAML 2.0 not working : CAS is unable to process this request: "500:Internal Server Error"

2018-05-14 Thread R4NT45 crew
any advice? im stuck with this issue. thanks On Sat, May 12, 2018 at 9:47 PM, asep-002 wrote: > > forgot my attachment log. > > -- > - Website: https://apereo.github.io/cas > - Gitter Chatroom: https://gitter.im/apereo/cas > - List Guidelines: https://goo.gl/1VRrw7 > - Contributions: https://go

Re: [cas-user] cas.properties file

2018-05-14 Thread David Curry
Either one; they are interchangeable. Personally I like colons better, but I'm pretty sure I'm in the minority on that. The official spec is documented in the java.util.Properties documentation , but I find this description

[cas-user] Re: cas.properties file

2018-05-14 Thread Matthew Uribe
In my experience, both work the same. On Monday, May 14, 2018 at 8:28:35 AM UTC-6, Jennifer LaVoie wrote: > > When I configure my LDAP (AD) info, should the entries look like this > cas.authn.ldap[0].name: Active Directory > or this > cas.authn.ldap[0].name= Active Directory > > Is

[cas-user] cas.properties file

2018-05-14 Thread Jennifer LaVoie
When I configure my LDAP (AD) info, should the entries look like this cas.authn.ldap[0].name: Active Directory or this cas.authn.ldap[0].name= Active Directory Is it colon or equal sign? thanks Jen -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/a

Re: [cas-user] does CAS 5.2.0 SAML Logout support propagation of logout requests to other session participants?

2018-05-14 Thread Man H
If you want slo for all services cas.slo.disabled=true 2018-05-14 5:19 GMT-03:00 Elena Hong : > Thanks to reply. > > I try do it. > But It only sends logout message last service. > > Add config > > cas.slo.disabled=false > > cas.slo.asynchronous=false > > > > My Test Case. > - I have 3 Service

Re: [cas-user] Re: CAS not redirecting to service after successful authentication.

2018-05-14 Thread Neha Gupta
Hello Ray, Request you to please help me out with this. Please let me know in case you need any other information. Regards Neha Gupta On Wednesday, May 9, 2018 at 10:25:46 AM UTC+2, Neha Gupta wrote: > > Hello Ray, > > Yes that what is clear from the traces that service ticket are getting > ge

Re: [cas-user] does CAS 5.2.0 SAML Logout support propagation of logout requests to other session participants?

2018-05-14 Thread Elena Hong
Thanks to reply. I try do it. But It only sends logout message last service. Add config cas.slo.disabled=false cas.slo.asynchronous=false My Test Case. - I have 3 Service Provider, A, B, C. - I login A, B, C in order with SAML protocol. I expect to result. - when I logout at A then B and C r