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 debuggi
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 pos
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,
"
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 Chatroo
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
> [org.apereo.inspekt
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 1
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
[org.springframework.webflow.mvc.servlet.Fl
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
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 Woź
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
roject and set up
> CommunicationsManager 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 solu
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": "xxx
info:CAS 6.2.0-RC4 dokerized from cas-overlay-template-master
Problem:
After forwarded from serwis i.e nextor CAS i can not see modification
which i have made in header.html or footer.html for registered serwis.
Preparing customisation:
mkdir /cas-overlay-template-master/src/main/resources/t
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 tha
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 B.
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: https
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 pos
- 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" : [ "java.util.HashSe
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
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 5.3.18
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
- Gitt
"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 build jibDocke
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.authn.radius.server.nas-real
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
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: ht
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&characterEncoding=UTF-8&autoR
How can i use curl to get ST and metadata
It doesn't work:
curl -s -k --data "username=somebody&password=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 an
ter (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
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.
> customFields={})]
> ```
>
>
> środa, 10 kwietnia 2024 o 19:23:16 UTC+2 Fisher, Daniel napisał(a):
>
>> Can you confirm a successful bind directly against the LDAP?
>>
>> —Daniel Fisher
>>
>>
>> > On Apr 10, 2024, at 4:42 AM, artur mi
I can confirm that Ldapsearch from command line is working corectly.
On Wednesday, April 10, 2024 at 7:23:16 PM UTC+2 Fisher, Daniel wrote:
> Can you confirm a successful bind directly against the LDAP?
>
> —Daniel Fisher
>
>
> > On Apr 10, 2024, at 4:42 AM, artur mis w
31 matches
Mail list logo