[cas-user] Re: Please need Help i need delegate to the authentication to a service and receiving a response from a JSON

2019-06-18 Thread Andy Ng
Hi Fernando,

> A user enters his username and password, that data must go to a service 
implemented by us, which returns a JSON, with the validation of the user 
(who can enter) and with his data for the session as his nikname, role, 
etc. etc etc, that remains for later.
> 
https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties.html#rest-authentication
Seems to me that you are on the right track, the link above is what you 
want. I have tried it around the time 5.1 is still new and this do work as 
what you want.

> I do not know how to tell the CAS to call my service and give it the same 
route
Can you show us yoru properties file? Seems like a good start would be:
cas.authn.rest.uri=https://your.rest.server

And inside your rest server, you can follow the guide on the description 
here to get the useranme and password.
https://apereo.github.io/cas/5.3.x/installation/Rest-Authentication.html

So you will need to change your internal service to accept the rest 
authentication format in the  above doc.

See if the above helps.

Cheers!
- Andy



-- 
- 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+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/665afea3-0954-41bd-ad23-b0baf72c9eff%40apereo.org.


[cas-user] Please need Help i need delegate to the authentication to a service and receiving a response from a JSON

2019-06-18 Thread Fernando Gómez
Hi, I need just a little guidance on what I should do, this is my case.
We have a CAS server, to function as SSO, the form of accreditation that 
should be implemented, is delegating the authentication to an internal 
service of ours.
What I want to say is the following:

A user enters his username and password, that data must go to a service 
implemented by us, which returns a JSON, with the validation of the user 
(who can enter) and with his data for the session as his nikname, role, 
etc. etc etc, that remains for later.

What I need to know is which guide I can go or where I can obtain 
information to do that process, everything else we already have done, just 
need to be able to tell the SSO, that they should consult our service and 
wait for a response from it.

>From what I've read, I should be using something like this:

https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties.html#rest-authentication

I do not know how to tell the CAS to call my service and give it the same 
route

Can you please help me, I'm already entering? I am already reaching a point 
of desperation with this issue.

Thanks in advance

-- 
- 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+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/dcd04dda-5c2a-46ed-94cb-9788a2911485%40apereo.org.


[cas-user] Please Help i need delegate to the authentication to a service and receiving a response from a JSON

2019-06-18 Thread Fernando Gómez
Hi, I need just a little guidance on what I should do, this is my case.
We have a CAS server, to function as SSO, the form of accreditation that 
should be implemented, is delegating the authentication to an internal 
service of ours.
What I want to say is the following:

A user enters his username and password, that data must go to a service 
implemented by us, which returns a JSON, with the validation of the user 
(who can enter) and with his data for the session as his nikname, role, 
etc. etc etc, that remains for later.

What I need to know is which guide I can go or where I can obtain 
information to do that process, everything else we already have done, just 
need to be able to tell the SSO, that they should consult our service and 
wait for a response from it.

>From what I've read, I should be using something like this:

https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties.html#rest-authentication

I do not know how to tell the CAS to call my service and give it the same 
route

Can you please help me, I'm already entering? I am already reaching a point 
of desperation with this issue.

Thanks in advance

-- 
- 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+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/aba647e8-194a-41f3-9df9-a6c0b9387d42%40apereo.org.


[cas-user] Re: Upgrade CAS Server from 4.0.0 To CAS Server 5.x or 6.x

2019-06-18 Thread Mustafa
Hi, Rbon,

thank you for your answer, and this Great Guide, yes I can start at zero 
please I liked using ubuntu if you can help me with any other  
documentations.


Le dimanche 16 juin 2019 18:07:01 UTC+1, Mustafa a écrit :
>
> hi
>
> please i have CAS server version 4.0.0  i have some problems with 
> intergration to LDAP server so i want to upgrade my version CAS.
>
> please how can i do to upgrade my cas server 
>
> Thank you
>

-- 
- 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+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/fd4929a6-2628-4771-9477-81707e7dc01c%40apereo.org.


[cas-user] SAML2 client Delegated Auth - IDP-initiated mode support

2019-06-18 Thread Julien Gribonvald

Hi folks,

Is there a way to support the IDP-initiated mode with the pac4j client ? 
or any other client ? (IDP-initiated mode is an Auth Request comming 
directly from an IDP without going through the CAS server before, this 
mode set all url params needed like the entityID and the targeted service).


Thanks,

--
Julien Gribonvald

--
- 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+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/6bd5fa10-da04-8508-3935-b29912a4f13b%40recia.fr.