[cas-user] Re: Azure deletegated authentication and mapping attributes

2024-01-31 Thread Pablo Vidaurri
Sorry, title should have been "delegated", not "deleted". I already had a custom web flow setup, so I just remapped the attributes and added them back into the principal attributes: val authentication = WebUtils.getAuthentication(context); Principal principle = authentication.getPrincipal(); Map

[cas-user] Azure deleted authentication and mapping attributes

2024-01-31 Thread Pablo Vidaurri
I'm about to authenticate against azure, and process the token for user attrubutes. I am also able to remap attributes via service config: { "@class": "org.apereo.cas.services.ReturnMappedAttributeReleasePolicy", "allowedAttributes": {

[cas-user] Re: SAML specify signing cert/key

2024-01-31 Thread atilling
Using the property cas.authn.saml-idp.metadata.file-system.location=file:/etc/cas/saml/idp I can get cas to export the idp-signing cert and key that it's using, but is it there a way to swap that so I can update the idp-singing.crt/key and cas imports them? On Wednesday, January 31, 2024 at 12:

Re: [cas-user] Re: Upload metadata - already registered?

2024-01-31 Thread atilling
No GIT or authorization. Also tested it's not moving the file from /etc/cas-mgmt/metadata With mgmt.metadata-dir=/etc/cas/saml/sp the service.json file is populated with that value but the file itself is still in /etc/cas-mgmt/metadata I have it working now, I just made /etc/cas-mgmt/metadata a

Re: [cas-user] Re: Upload metadata - already registered?

2024-01-31 Thread Ray Bon
You can set this property to your destination (so you do not have to create a symlink if you change hosts): mgmt.metadata-repo-dir=/etc/cas/saml/sp Ray On Wed, 2024-01-31 at 11:05 -0800, atilling wrote: Notice: This message was sent from outside the University of Victoria email system. Please b

Re: [cas-user] Re: Upload metadata - already registered?

2024-01-31 Thread Ray Bon
Do you have git or authorization workflow enabled? There are two metadata properties (see line 142 https://github.com/apereo/cas-management/blob/6.6.x/api/cas-mgmt-api-configuration/src/main/java/org/apereo/cas/configuration/CasManagementConfigurationProperties.java ) private String metadataRepo

Re: [cas-user] Re: Upload metadata - already registered?

2024-01-31 Thread atilling
Added: mgmt.metadata-dir=file:/etc/cas/saml/sp/ But when i upload metadata it's still trying to write to /etc/cas-mgmt/metadata/ On Tuesday, January 30, 2024 at 2:57:06 PM UTC-5 Ray Bon wrote: > Try > mgmt.metadata-dir= > > > Ray > > On Tue, 2024-01-30 at 09:36 -0800, atilling wrote: > > Notice:

[cas-user] SAML specify signing cert/key

2024-01-31 Thread atilling
We're trying to move from shibboleth/cas to just cas with cas as the saml provider. We want to have as little downtime so I'm trying to have cas using the same signing and encryption keys as the shibboleth server. I've been over the documentation for the IDP and I'm not seeing how to specify t

Re: [cas-user] help me MFA

2024-01-31 Thread Frédéric Dussurget
Hi Issaka, to save some of your precious time, know that Google Gauth MFA is not fixed yet in the master branch version (Cas 7). This is discussed here : https://groups.google.com/a/apereo.org/g/cas-user/c/XKFgFS__U9M and someone found a workaround here : https://groups.google.com/a/apereo.org/

Re: [cas-user] Couldn't build in Linux RHEL

2024-01-31 Thread Ray Bon
Amulya, See https://fawnoos.com/2022/07/22/cas66-ui-themes/ and https://fawnoos.com/2023/12/15/cas70x-gettingstarted-overlay/ Ray On Tue, 2024-01-30 at 22:01 -0800, Amulya Sri Pulijala wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious

Re: [cas-user] help me MFA

2024-01-31 Thread Mohamed Amdouni
Hello, First will suggest to check the documentation here https://apereo.github.io/cas/7.0.x/mfa/Configuring-Multifactor-Authentication.html And the blog here : https://fawnoos.com/2022/01/31/cas65x-simple-mfa-provider/ Best regards Le mer. 31 janv. 2024 à 11:26, Issaka Rabo Moutari a écrit :

[cas-user] help me MFA

2024-01-31 Thread Issaka Rabo Moutari
Hello everyone, I am a beginner in the Cas Apereo environment, and I have inherited a Cas project that uses the following dependencies: compile "org.apereo.cas:cas-server-webapp${project.appServer}:${casServerVersion}" // Autres dépendances/modules CAS peuvent être répertoriés ici... compile "o