[cas-user] Recommendations on mfa-gauth registration and removal strategies

2024-05-24 Thread Y G
Hello everyone, After spending a week or two in documentation, thoroughly reading and learning about setting up CAS, i finally have the confidence and courage to register and write here. I'd like to have some recommendations about setting up and removing gauth registration for a user, upon req

Re: [cas-user] Recommendations on mfa-gauth registration and removal strategies

2024-05-25 Thread Y G
actor-registered-devices Ray On Fri, 2024-05-24 at 02:15 -0700, Y G wrote: You don't often get email from yusuf@gmail.com. Learn why this is important <https://aka.ms/LearnAboutSenderIdentification> Hello everyone, After spending a week or two in documentation, thoroughly reading and

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

2024-07-04 Thread Y G
Hello, docs here https://apereo.github.io/cas/6.6.x/notifications/SMS-Messaging-Configuration-REST.html says that it just sends with these arguments and expects a HTTP 200 return from it, now i don't know if this works with 6.1.4, but if it does, i'm guessing you may need to write a mini adapt

[cas-user] About decorating custom data on individual and every web flow

2024-07-24 Thread Y G
Hi everyone, My questions are: 1. For an individual flow based java decoration solution, how can i add flowVariable definition on the password reset flow correctly? 2. Is there a global way of defining custom datas for thmeleaf html using java other than custom groovy script or rest call result

Re: [cas-user] About decorating custom data on individual and every web flow

2024-07-25 Thread Y G
in javascript and add it to the pages? > > Ray > -- > *From:* cas-...@apereo.org on behalf of Y G < > yusuf@gmail.com> > *Sent:* 24 July 2024 04:24 > *To:* CAS Community > *Subject:* [cas-user] About decorating custom data on indiv

Re: [cas-user] About decorating custom data on individual and every web flow

2024-07-26 Thread Y G
Hello again, I've wrote an example project for to anyone who wish to see the details of my question. https://github.com/Kambaa/extending-cas-webflow-tests 25 Temmuz 2024 Perşembe tarihinde saat 13:38:26 UTC+3 itibarıyla Y G şunları yazdı: > That could be a solution for most u

Re: [cas-user] Weird 404 rest responses on concurrent ST generation requests.

2024-08-10 Thread Y G
that really 75 queries per second? > > > You might want to try jMeter load tests included with the cas project, > https://github.com/apereo/cas/tree/6.6.x/etc/loadtests > This way you can have more than one user and service. > > Ray > > On Fri, 2024-08-09 at 11:17 -0700,

Re: [cas-user] Customizing CAS MFA with Google Authenticator to send TOTP via External API

2024-10-07 Thread Y G
Hello, I did not find time for learning to code a custom MFA, but i did do a poc about integration with whasapp for otp sending, hope it helps you. Using Simple MFA, you can customize your client communication strategy(https://apereo.github.io/cas/7.0.x/mfa/Simple-Multifactor-Authentication-Co

Re: [cas-user] Documentation generation for 6.6.x

2024-09-18 Thread Y G
New update: I extracted related 6.6.x documentation from gh-pages branch and served it on my domain for the time being. Files needs to be on /cas directory to work without issue. Extracted Docs: https://github.com/Kambaa/cas-6.6.x-documentation Link: https://yusufgunduz.tr/cas 18 Eylül 2024 Ça

Re: [cas-user] Documentation generation for 6.6.x

2024-09-18 Thread Y G
Hello again, I found this: https://github.com/apereo/cas/blob/gh-pages/README.md trying now, could you also check if this works? Requirements Install the build dependencies and tools via: https://help.github.com/articles/usi

[cas-user] Re: Documentation generation for 6.6.x

2024-09-18 Thread Y G
Hello, I second that what Sébastien has written, i tried to replicate the steps by reading and trying as the github action ( and sh file under ci), but needing ruby, generating right version documentation was such a hassle and i could not made it work. Any easier solution / explanation is much

Re: [cas-user] Documentation generation for 6.6.x

2024-09-19 Thread Y G
-docs . > run: docker run --rm -d -p 80:80 --name cas-docs cas-docs > > Στις Πέμπτη 19 Σεπτεμβρίου 2024 στις 12:49:53 π.μ. UTC+3, ο χρήστης Y G > έγραψε: > >> New update: >> I extracted related 6.6.x documentation from gh-pages branch and served >> it

Re: [cas-user] Upgrade CAS 5.3.16 to the latest (7.1)

2024-12-25 Thread Y G
Hello, Based on my experience, i recommend the following: - Familiarize yourself with these technolgies: - Java 8+ (Language that CAS is written, most likely you won't write code, but if some customizations done before on older CAS, you'll need to apply them to the newer versions too) - S

Re: [cas-user] Weird 404 rest responses on concurrent ST generation requests.

2025-06-07 Thread Y G
connect CAS to them, instead of auto configuring an embedded one in startup, because of the memory consumption embedded Hazelcast requires on production environments. Thank you and have a nice day, YG 10 Ağustos 2024 Cumartesi tarihinde saat 12:24:41 UTC+3 itibarıyla Y G şunları yazdı: > Hel