[cas-user] SAML2 protocol in CAS6.4.6.6

2024-03-22 Thread Xavier Rodríguez
Hello, I'm not familiar with SAML 2.0 and I need to set up our CAS 6.4.6.6 with SAML2 protocol. Our CAS uses Oauth2 + CAS protocol. Now, we need to add this protocol. Folowing the documentation: https://apereo.github.io/cas/6.6.x/authentication/Configuring-SAML2-Authentication.html I've added

Re: [cas-user] SAML2 protocol in CAS6.4.6.6

2024-04-03 Thread Xavier Rodríguez
el 2024 a les 16:03:39 UTC+1, Ray Bon va escriure: > Xavier, > > The property names may have changed (your version is old). > Maybe search this blog, https://fawnoos.com/blog/ > > Ray > > On Fri, 2024-03-22 at 06:02 -0700, Xavier Rodríguez wrote: > > Notice: This mes

Re: [cas-user] Oauth2.0 not redirecting back to app

2016-10-05 Thread Xavier Rodríguez
wrong? >>> >>> Thanks in advanced for any response! >>> >>> >>> Best regards, >>> >>> El dimecres, 5 octubre de 2016 10:43:05 UTC+2, leleuj va escriure: >>>> >>>> Hi, >>>> >>>> In the ClientAction,

[cas-user] Override WebFlow in CAS 6.3.2

2021-06-29 Thread Xavier Rodríguez
Hi, In CAS 4.2.3 it is really easy modify the webflow. For example, I override this file to add my new decisionState between two CAS-states: login-webflow.xml How can I do it in CAS 6.3.2 in a easy way? I have done it by adding my new actions, for example, extending: implements CasWe

[cas-user] JWT without encryption key

2018-11-12 Thread Xavier Rodríguez
I'm configuring Cas Server 5.3.3. In one service I need to response a JWT without encryption. Is it possible? I have changed in cas.properties: cas.authn.token.crypto.encryptionEnabled=false But it not has effect. In my service I don't configure the property too: "jwtAsServiceTicketEncryptionK

[cas-user] JWT Client - Cas Server

2019-01-14 Thread Xavier Rodríguez
I've configured CAS-Server to return JWT and it works fine. My problem is that I don't know how configure correctly my client to read this token. My client is configured with spring-security-cas package. In a "traditional authentication" CAS I define something similar as: public CasAuthenticati

[cas-user] Re: JWT Client - Cas Server

2019-01-15 Thread Xavier Rodríguez
with java-jwt library. Taking inspiration from the readme, hope > it helps: > > https://github.com/auth0/java-jwt > > regards > Michele > > On Monday, January 14, 2019 at 4:09:57 PM UTC+1, Xavier Rodríguez wrote: >> >> I've configured CAS-Server to return JW

[cas-user] How add a Custom OAuth20Client in CAS 5.3.X

2019-02-15 Thread Xavier Rodríguez
Hi, I'm upgrading from CAS 4.2.3 to CAS 5.3.3. In CAS 4.2.3 I define my custom oauth integration in *pac4jContext.xml*: https://localhost:8444/oauth-server/oauth2.0"; /> How can I do this in CAS 5.3.3? In this version of CAS I can activa

[cas-user] Re: How add a Custom OAuth20Client in CAS 5.3.X

2019-02-19 Thread Xavier Rodríguez
, 15 febrer de 2019 10:06:32 UTC+1, Xavier Rodríguez va escriure: > > Hi, > > I'm upgrading from CAS 4.2.3 to CAS 5.3.3. In CAS 4.2.3 I define my custom > oauth integration in *pac4jContext.xml*: > > > > > https://l

[cas-user] OpenId Connect

2025-04-10 Thread Xavier Rodríguez
Hello, I am configuring Apereo CAS 6.4.6.6 as an OpenId Connect server. Following the CAS documentation, I added the property to the server: cas.authn.oidc.jwks.file-system.jwks-file=file:/etc/cas/config/keystore.jwks Looking at the documentation on how to define a client in this protocol: