Re: [cas-user] Re: How to register a service in CAS while using SAM2.0 protocol

2019-02-22 Thread Misagh Moayyed
Just to clarify: service identifiers can be a regex. On Friday, February 22, 2019 at 5:07:16 AM UTC-7, Matthew Uribe wrote: > > I don't think you can use regex in the service id for SAML services. You > have to specify the service name exactly. > > On Fri, Feb 22, 2019, 2:31 AM Pameliya

Re: [cas-user] Re: How to register a service in CAS while using SAM2.0 protocol

2019-02-22 Thread David Curry
For SAML2 to work, you need a single entry like this in your service registry: { "@class" :"org.apereo.cas.services.RegexRegisteredService", "serviceId" : " https://cas.example.org/cas/idp/profile/SAML2/Callback.+;, "name" : "SAML Authentication Request",

Re: [cas-user] Re: How to register a service in CAS while using SAM2.0 protocol

2019-02-22 Thread Matthew Uribe
I don't think you can use regex in the service id for SAML services. You have to specify the service name exactly. On Fri, Feb 22, 2019, 2:31 AM Pameliya Mukherjee < pameliya.mukherj...@gmail.com> wrote: > I am using CAS 5.3.8. > > I have created the service like below and kept the file in >

Re: [cas-user] Re: How to register a service in CAS while using SAM2.0 protocol

2019-02-22 Thread Charafeddine Youssef
I do not see where you specify the service registry location in cas.properties: https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties.html#json-service-registry Le ven. 22 févr. 2019 10:31, Pameliya Mukherjee < pameliya.mukherj...@gmail.com> a écrit : > I am using CAS 5.3.8.