[cas-user] mfa-simple: How can i add phone atribute to json cas.authn.mfa.simple.sms.text?

2024-07-11 Thread artur mis
I was trying : for cas.sms-provider.rest.headers.Content-Type=application/json sample: cas.authn.mfa.simple.sms.text={ "username": "xxx","password": "": "${cas.authn.mfa.simple.sms.attribute-name}","text": "${token}" , "sender" : "2waySMS" } cas.authn.mfa.simple.sms.text={ "username":

[cas-user] Re: Unable to send SMS via REST interface

2024-07-08 Thread artur mis
ommunicationsManager and SmsSender to your needs, you can have that > option too. > > Hope it helps. > > 4 Temmuz 2024 Perşembe tarihinde saat 13:03:53 UTC+3 itibarıyla artur mis > şunları yazdı: > >> Have you managed this? I looking for solution mfa+sms, sms pr

[cas-user] Re: Unable to send SMS via REST interface

2024-07-04 Thread artur mis
Have you managed this? I looking for solution mfa+sms, sms providers not form the appero payable list. It looks the sms-provider could be managable but i struugle with it too . I think the problem is to flow to sms-provider but who knows. On Wednesday, March 4, 2020 at 7:34:25 PM UTC+1

Re: [cas-user] Re: CAS 7 master mfa-gauth issue commit 15580dc action="@{/login}"

2024-06-28 Thread artur mis
Have this issue been solved ? Does it mean that mf-gauth not work in 7.0,7.1 ? On Monday, June 3, 2024 at 11:45:16 AM UTC+2 Frédéric Dussurget wrote: > Thanks Lukasz, so ... no official fix for the moment ... wait and see :) > regards, > > > Le mercredi 29 mai 2024 à 03:48:46 UTC+2, Łukasz

[cas-user] Re: mfa-gauth issues

2024-06-27 Thread artur mis
internal logs are UTC but they look like the same after calculation. Finally: I havent recive logs like before with 403 but : 024-06-27 15:25:53,702 DEBUG [org.springframework.web.servlet.DispatcherServlet] - So i'm still in black ass. On Thursday, June 27, 2024 at 1:11:29 PM UTC+2 artur

[cas-user] Re: mfa-gauth issues

2024-06-27 Thread artur mis
Could anybody confirm that this issue still appear itselfin v7.1. Ii seems i have the same . My logs : [env : simple as posible casuser:Mellon with mf-gauth run by ./gradlew run debug,time synced with ntpd server] 2024-06-27 12:09:08,262 DEBUG

[cas-user] cas 7.1.0 disable slf4j and active groovy for auditing .Is it work ?

2024-05-14 Thread artur mis
cas.propierties cas.audit.slf4j.enabled=false cas.audit.groovy.template.location=file:/etc/cas/GroovyAuditor.groovy cat GroovyAuditor.groovy ${logger.info("Hello, World")} who: ${who}, what: ${what}, when: ${when}, ip: ${clientIpAddress}, trace: ${customHttpRequestHeader} logs: 2024-05-14

[cas-user] Re: Audit logging in 7.0.x?

2024-05-14 Thread artur mis
I seems that cas.audit.engine.enabled: true (v7.1.0 is default so you don't need to set to true. On Tuesday, March 5, 2024 at 4:41:23 AM UTC+1 Baron Fujimoto wrote: > With CAS v6.x, we used to get audit logs that looks something akin to: > > 2024-03-02 00:00:00,403 INFO >

[cas-user] Login via LDAP connector in 7.1.0

2024-04-10 Thread artur mis
I have got Polish leters with diacritic included in password belonging to some users. They can't log in with such lovely password. I think 6.4 wasn't affected by this problem . Have you noticed such problem or you know solution ? -- - Website: https://apereo.github.io/cas - Gitter

[cas-user] I would like claims defined for service not for all serviced registred in CAS OIDC .Can i do it in json service file?

2024-02-29 Thread artur mis
service like This: { "@class": "org.apereo.cas.services.OidcRegisteredService", "clientId": "demoOIDC_wsl", "clientSecret": "x", "serviceId": "^(https|http)://localhost/.*", "signIdToken": true, "implicit": true, "bypassApprovalPrompt": false, "name": "Demo", "id": 22,

[cas-user] OIDC:ID Token + AT v7.x cas

2024-02-21 Thread artur mis
Is ID token with AT is send by IDP (CAS) to service or maybe it is send only to user browser after giving permision by user to his data ( scopes) ? In debug mode I'm able to find out how my ID token looks like for authenticated user , and a I'm able to decode JWT , but is it

Re: [cas-user] Debugging help

2023-10-02 Thread artur mis
If I were you I would try to switch off Auth plugins maybe some plugin has changed path. On Mon, 2 Oct 2023, 5:42 pm Jeffrey Ramsay, wrote: > Hello - > > My application stopped working after a rebuild with the following > error message, and I can't seem to find the reason. > > Is there a

[cas-user] One time link for pasword change . PM module for LDAP/AD

2023-05-17 Thread artur mis
Hello, ver :6.4.x Is the way to set up pm module that after user click reset password and change password the link is no longer available? https://foo.service/sthing/login?pswdrst=TST-1-UcdcdcdLcdcdccdcdcdcj4-9 Setting bellow only is for period time when the TST i valid.

Re: [cas-user] Can i receive ST via curl and vlidate to withdraw metadata of user

2022-06-21 Thread artur mis
REST authentication protocol) > https://apereo.github.io/cas/6.4.x/protocol/REST-Protocol.html > > Ray > > On Tue, 2022-06-14 at 08:23 -0700, artur mis wrote: > > Notice: This message was sent from outside the University of Victoria > email system. Please be cautious with

[cas-user] Can i receive ST via curl and vlidate to withdraw metadata of user

2022-06-14 Thread artur mis
How can i use curl to get ST and metadata It doesn't work: curl -s -k --data "username=somebody=passs&_eventId=submit" -i https://cas.cas.whatever/cas/login?service=https%3A%2F%2Fservice.registered.whatever%2F - IF JSESSIONID is needed to use how to recive this cookie via curl and use

[cas-user] Auth via jbdc.Driver (maysql/mariadb) and configuration with SALT.

2022-05-25 Thread artur mis
I can not auth user with config when i'm using salt: cas.authn.jdbc.query[0].user=cas_app cas.authn.jdbc.query[0].password=xxx cas.authn.jdbc.query[0].driverClass=com.mysql.cj.jdbc.Driver cas.authn.jdbc.query[0].url=jdbc:mysql://x:3306/cas_db?useUnicode=true=UTF-8=true=false

[cas-user] How add perl interpretr to cas-overlay container ?

2022-04-20 Thread artur mis
I have got cas 6.4.x running under docker. Is the way to run perl script what will be trigged by grovy script ?. So the question is how can i create docker image to achive this above maybe with gradle or dokerfile i dont know. -- - Website: https://apereo.github.io/cas - Gitter Chatroom:

Re: [cas-user] Can I make Radius as One and Only authentication handler without make it as a multy factor auth

2022-04-06 Thread artur mis
Did you manage this project ? I'm struggling with this and i see problem that my radius users can auth with wrong password too. On Thursday, October 15, 2020 at 11:17:46 PM UTC+2 C Ryan wrote: > If I understand what your asking you want to simply use User Name and > Password authentication but

[cas-user] RADIUS (without MFA) as handler.User was authenticated with wrong password.

2022-04-06 Thread artur mis
Hello, I am struggling with configuration RADIUS without MFA as auth handler. I do don't if it is possible but im working on it without possitive result yet but im close to give up cas ver:6.4.62 cas.propierties: #RADIUS cas.authn.radius.server.nas-port-id=-1

[cas-user] Re: The AbstractArchiveTask.archiveName property has been deprecated. This is scheduled to be removed in Gradle 8.0

2022-04-01 Thread artur mis
"cas.war" 583 baseName "cas" I have tried to change baseName to archiveBaseName , but in this way compilation was failed. On Friday, April 1, 2022 at 2:37:44 PM UTC+2 artur mis wrote: > Hello, > > For: cas version 6.4.x > > ./gradlew buil

[cas-user] The AbstractArchiveTask.archiveName property has been deprecated. This is scheduled to be removed in Gradle 8.0

2022-04-01 Thread artur mis
Hello, For: cas version 6.4.x ./gradlew build jibDockerBuild --warning-mode all The AbstractArchiveTask.archiveName property has been deprecated. This is scheduled to be removed in Gradle 8.0 Have you any solution to avoid this warn/info? -- - Website: https://apereo.github.io/cas -

Re: [cas-user] Spring RCEs: Java 9+, Spring Framework

2022-04-01 Thread artur mis
Exacly what about : cat gradle.properties cas.version=6.4.6.2 springBootVersion=2.5.7 On Thursday, March 31, 2022 at 11:07:44 PM UTC+2 harme...@gmail.com wrote: > Hi everyone, > > I have gone through the blog post mentioned above, I see that spring > version was updated from 5.3.9 to

[cas-user] Re: DB auth and accessStrategy with it.

2022-03-31 Thread artur mis
Case solved. When i had aded to DB column named memberof with value: GRP1,GRP2 it was possibe to prepare pollice acces to filter by group. On Wednesday, March 30, 2022 at 11:20:50 AM UTC+2 artur mis wrote: > - I have got DB mysql handler to auth users and AD. > - DB mysql table h

[cas-user] DB auth and accessStrategy with it.

2022-03-30 Thread artur mis
- I have got DB mysql handler to auth users and AD. - DB mysql table has got memberof column and others like pass etc . Cell memberof has "GRP1" value. I'm testing this by: servis-1.json "requiredAttributes" : { "@class" : "java.util.HashMap", "memberOf" : [

[cas-user] Re: Password Management

2022-03-30 Thread artur mis
If it comes about AD/LDAP I think that generaly it is depend on where you are binded with pm module user and where you have permision with this user to change passwords for other users. On Wednesday, March 16, 2022 at 9:13:46 PM UTC+1 stonej wrote: > Hello, > > Strange question. Is it

[cas-user] how can i hide metadata which was listed in Authentication tab ?

2022-03-15 Thread artur mis
Dear Buddys, I have got v6.4.x and i'm seeking solution how to hide via cas.propierties some metadata i.e serverIpAddress ? Regards AM -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions:

[cas-user] How can i set cas servises (defined in json file) to use indexed auth: cas.authn.ldap[x] ?

2020-09-14 Thread artur mis
Hello: I have got : cas.authn.ldap[0] etc for index 0 and cas.authn.ldap[1] etc for index 1 service A I want that use definistion in index 0. This one is defined for let say wab page A service B i want that it use aut deinfied in index 1. This one is definded lets say for wab service

[cas-user] Re: Customize header.html for regisered servis

2020-06-23 Thread artur mis
I think i have done it . There was some problem inside file nextor.properties.I have inside this file for my version cas: cas.javascript.file=/themes/nextor/js/cas.js < - according to documnetation but sould be: cas.standard.js.file=/themes/nextor/js/cas.js But there are another problem