Re: [cas-user] How do you set the ticket generator?

2020-06-08 Thread Richard Frovarp
With a little luck, I found the right source code, which lead me to here: https://apereo.github.io/cas/5.3.x/installation/Configuration-Propertie s.html#cas-server with the cas.host.name property. Version 4 of CAS had info on how to do this with the ticket documentation. IT would be nice to

[cas-user] How do you set the ticket generator?

2020-06-08 Thread Richard Frovarp
I need to add a suffix to the service ticket that is being generated. I see in the code that it is in the code, but I have no idea where to begin to make changes to configuration. I can do it either globally or per service, that doesn't matter. I have some code that is looking at the suffix to

Re: [cas-user] customize caslogin page

2020-06-08 Thread 'Daniel Maldonado' via CAS Community
https://stackoverflow.com/questions/61300592/cas-switch-the-themes-based-on-different-services > On Jun 8, 2020, at 4:02 PM, Robin Joseph wrote: > > I downloaded and installed CAS 6.1.6, Now I am looking to change the image, > color and text on the login page, I found very high level

[cas-user] customize caslogin page

2020-06-08 Thread Robin Joseph
I downloaded and installed CAS 6.1.6, Now I am looking to change the image, color and text on the login page, I found very high level instructions on Apereo site the https://apereo.github.io/cas/6.1.x/ux/User-Interface-Customization.html. managed to get the casLoginView.html by ./gradlew

[cas-user] Re: What is needed to get ADFS in CAS6?

2020-06-08 Thread 'Robert Bond' via CAS Community
Hi Tobey, Can you explain the scenario a little more? What Role is the ADFS server playing? SP? What role is the cas server fulfilling? IDP? Do you have this working on CAS 5? Thanks! On Thursday, June 4, 2020 at 11:40:47 AM UTC-5, Toby Archer wrote: > > We are looking to upgrade from

Re: [cas-user] CAS 5.2 - OIDC and attribute release

2020-06-08 Thread qla3fa
Thanks for your response. sn and mail are attributes I extract from my LDAP. I use it with CAS services and it works... I configured Oauth2.0 module too and I use and map these attributes with success... So I think it's ok with these attributes. It's only with OIDC services it doesn't work...

Re: [cas-user] CAS 5.2 - OIDC and attribute release

2020-06-08 Thread Jérôme Steve
Hi, Your OIDC configuration look good. You map your claims like this : cas.authn.oidc.claimsMap.name=sn cas.authn.oidc.claimsMap.email=mail Maibe you don't have sn and email in your attribute repository ? Le lun. 8 juin 2020 à 16:37, qla3fa a écrit : > Hi, > > I try to configure OIDC with

[cas-user] CAS 5.2 - OIDC and attribute release

2020-06-08 Thread qla3fa
Hi, I try to configure OIDC with CAS 5.2. I added module "cas-server-support-oidc" and the config with lines : # Configuration OIDC cas.authn.oidc.issuer=https://my-url.com/cas/oidc cas.authn.oidc.skew=5 cas.authn.oidc.jwksFile=file:/etc/cas/keystore.jwks cas.authn.oidc.jwksCacheInMinutes=60