Re: [cas-user] Re: CAS integration with multiple OpenID Providers

2019-02-13 Thread P Shreyas Holla
Jérôme, I tried the url "http://localhost8080/cas/clientredirect?client_name=AzureAdClient=http://localhost:8080/app; which returns to application url but with serviceticket, is it possible to get the OAuthCode/accesstoken or using serviceticket can i get the accessToken. Thanks Shreyas On

[cas-user] Cas Concurrent Load

2019-02-13 Thread Ramakrishna G
Hi All, I am using Mod_auth_cas(CAS Client) & CAS Server on two different VM's. I would like to measure the load that these systems can take at any given time. I am using Jmeter to pump-in 1000's of login request, but is there a way to exactly measure the concurrent load of these two systems can

Re: [cas-user] CAS is Federated SSO?

2019-02-13 Thread Andy Ng
Hi Yan, Our CAS server are concurrently supporting service providers connecting through OAuth, SAML and CAS Protocol, so server is running healthy so CAS do support you to connect to multiple protocol. > I do not see any benefit with all the extra work. >From my own experience, some service

[cas-user] Re: CAS JWT Service ticket validation getting failed

2019-02-13 Thread dkopyle...@unicon.net
In just released 2.2.0-GA version of cas-client-autoconfig-support library, there is a new configuration option to turn off ticket validation interaction by the Java CAS client (useful for this exact use case of JWTs as tickets). It looks like this: cas.skipTicketValidation=true Once that's

Re: [cas-user] CAS 5.1.3 -> 5.3.7: Missing TGT creation?

2019-02-13 Thread Ray Bon
Drew, How are you inserting your webflow? >From 5.2 to 6.x webflow has become more 'fine grained'. I created a gist, >https://gist.github.com/rbonatuvic/d3ef9e8dc0c5a78870a8520bc2ab2b74, to help >figure out where to make my flow inserts. Ray On Wed, 2019-02-13 at 10:22 -0800, Drew Liscomb

[cas-user] CAS 5.1.3 -> 5.3.7: Missing TGT creation?

2019-02-13 Thread Drew Liscomb
We are trying to upgrade from CAS 5.1.3 to 5.3.7 to get per-service JWT encryption & signing keys. I believe I ported all of our customized code to the new versions of the files & classes in question: - CasCoreWebflowConfiguration - add 3 handled exceptions - DefaultLoginWebflowConfigurer

Re: [cas-user] CAS is Federated SSO?

2019-02-13 Thread Ray Bon
Yan, If you have control of the client app, then set up CAS protocol. Many third party apps and cloud service providers use SAML 2 or one of its 'descendants' as a protocol. It has a rich set of features (more than SAML 1.1) and existed prior to CAS protocol 3 (I think). Ray On Wed,

Re: [cas-user] CAS is Federated SSO?

2019-02-13 Thread Yan Zhou
We have both CAS 4.1.9 and CAS 5.3.5. True, we could support, but I do not see any benefit with all the extra work. I am reading about Open ID Connect, other than the flow/payload, CAS protocol has very similar concepts. Technically, we can replace OpenID Connect with CAS protcol, and it

[cas-user] CAS 5.3.8 Release Annoucement

2019-02-13 Thread Misagh Moayyed
CAS 5.3.8 is released: https://github.com/apereo/cas/releases/tag/v5.3.8 --Misagh -- - 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

RE: [cas-user] CAS is Federated SSO?

2019-02-13 Thread 'Tom O'Neill' via CAS Community
Yan, Sounds like you’re on the right track and CAS can probably continue to meet your SSO needs. What version of CAS are you on now? With the right modules and configuration, a CAS server could support Open ID and SAML 2.0, in addition to CAS. Tom From: cas-user@apereo.org On Behalf Of Yan

[cas-user] CAS is Federated SSO?

2019-02-13 Thread Yan Zhou
Hello! We have been using CAS in our enterprise quite well. Various apps inside our corporation use the CAS protocol to achieve SSO. A vendor wants to integrate with us and they agree that CAS is the single identity provider. But, they want Open ID Connect or SAML2, not CAS protocol. It is

[cas-user] Re: Using protocol SAML2.0

2019-02-13 Thread 'Arnauld Peyrou' via CAS Community
Le mercredi 13 février 2019 09:02:53 UTC+1, Pameliya Mukherjee a écrit : > > As I am new to CAS, please give me a brief idea how can I change CAS > protocol to SAML2.0 protocol into my application. > the answer is here:

[cas-user] OAuth authentication issue

2019-02-13 Thread Lorenzo Di Cola
Hi all, I'm using CAS 5.3.7 and I'm working on the OAuth authentication following the guide [1]. I need to use the Resource Owner Credentials [2]. I'm calling the endpoint */oauth2.0/accessToken *passing the parameters *grant_type=password_id=ID_secret==USERNAME=PASSWORD* (obviously). With

[cas-user] Using protocol SAML2.0

2019-02-13 Thread Pameliya Mukherjee
As I am new to CAS, please give me a brief idea how can I change CAS protocol to SAML2.0 protocol into my application. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG ---

[cas-user] Re: CAS 5.3.7 Issue Pac4J OIDC + SAML2 Delegation

2019-02-13 Thread kyra1510
Any help? I don't know where is the problem. Le mercredi 6 février 2019 08:56:47 UTC+1, kyra1510 a écrit : > > Hy all, > > I apologize for my French English. > > I have a problem when I upgrade my CAS 5.2.x to CAS 5.3.7 with the SAML > delegation. > My Cas 5.3.7 is configure to use the