[cas-dev] CAS OAuth/OpenID Connect Vulnerability Disclosure

2024-05-18 Thread Misagh
Please see: https://apereo.github.io/2024/05/18/oauth-vuln/ -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-dev+unsubscr...@apereo.org. To view this

[cas-dev] Re: CAS 7.0 attribute retrieval failure

2024-02-01 Thread Misagh Moayyed
2. add the attribute used in the authentication stage to the list of query parameters (so the same search-filter can be used with authentication and attribute retrieval) This is the best option. You should be able to add this the same way "username" is added. -- You received this message

[cas-dev] Re: CAS 7.0 attribute retrieval failure

2024-01-30 Thread Misagh Moayyed
You can review PrincipalAttributeRepositoryFetcher. On Sunday, January 28, 2024 at 6:54:08 PM UTC+4 rbona...@gmail.com wrote: > To clarify the sentence about the service being submitted for ldap search. > What is happening: > uid= >

Re: [cas-dev] New MFA features proposition

2023-10-12 Thread Misagh
> We also want to carry out a PR so that this module is added to the CAS > project, how can we do this?Do you have any recommendation? Yes. Please see: https://apereo.github.io/cas/developer/Contributor-Guidelines.html > Can this Okta MFA module be part of a release and if so in which one?

[cas-dev] CAS Security Releases

2023-08-30 Thread Misagh
Please see: https://apereo.github.io/2023/08/30/groovy-vuln/ -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-dev+unsubscr...@apereo.org. To view this

[cas-dev] Re: PAC4J OIDC Change have broken Azure

2023-08-10 Thread Misagh Moayyed
On Thursday, August 10, 2023 at 3:52:17 AM UTC+4 wilc...@gmail.com wrote: Hi MIsagh Moayyaed, Hello COlin, I have directly sent this to you and appologies if this has already been raised. You have sent this message to the CAS Developer mailing list. It is not sent directly to me, though I

Re: [cas-dev] publishToMavenLocal failing in cas

2023-08-07 Thread Misagh
Try with: --no-configuration-cache -- Misagh On Sat, Aug 5, 2023, 8:36 AM Ray Bon wrote: > I cloned the cas project and am trying to publish artifacts to my local > maven repo using this command: > ./gradlew clean build publishToMavenLocal --configure-on-demand > --build-cache -

Re: [cas-dev] CAS 6.6.8 - performance issue in AbstractPrincipalAttributesRepository and support of custom error messages in delegated authentication

2023-06-22 Thread Misagh
> First one is about the synchronized block in > AbstractPrincipalAttributesRepository.retrievePersonAttributesFromAttributeRepository. > In our performance test, we got dozen of threads waiting for this lock. Do > you know why is what added ? This is very old code that probably can be taken

[cas-dev] Re: CAS 7.0.0-RC5 change passsword issue

2023-05-16 Thread Misagh Moayyed
Thank you for the suggestion. Please put together a pull request that corrects the mistake and we'll take it from there. On Tuesday, May 16, 2023 at 7:25:23 AM UTC+4 wilc...@gmail.com wrote: > Hi, > > I have posted this on the cas-user group but got no answers. > > I think you have a slight

[cas-dev] Re: Failing SAML2 metadata causes outage

2023-03-24 Thread Misagh Moayyed
Interesting. Is this something you can reproduce? On Tuesday, March 14, 2023 at 9:49:38 PM UTC+4 richard.frovarp wrote: > I'm on CAS 6.6.6. I had a SAML 2 service that was trying to pull > metadata from a remote URL. This request timed out (discovered a > firewall in the way). That ended up

[cas-dev] CAS X.509 Vulnerability Initial Disclosure

2023-02-21 Thread Misagh
Please see https://apereo.github.io/2023/02/20/x509-vuln/ -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-dev+unsubscr...@apereo.org. To view this

[cas-dev] Re: [cas-user] Apereo CAS Deployer Survey: 2022 Edition

2022-12-05 Thread Misagh
Anonymous requests are not allowed. You need a google account. On Mon, Dec 5, 2022 at 10:49 PM Ray Bon wrote: > > I am being asked to sign in! > > Ray > > On Mon, 2022-12-05 at 11:23 +0400, Misagh wrote: > > Notice: This message was sent from outside the University of

[cas-dev] Apereo CAS Deployer Survey: 2022 Edition

2022-12-04 Thread Misagh
will be anonymized, aggregated and published accordingly for wider community's review on the Apereo blog. Details to follow. Thank you! On behalf of the CAS project management committee, Misagh P.S. If you are not able to pull up the link or have questions, please reach out to the PMC or me directly. -- You

Re: [cas-dev] Re: [cas-user] very slow ticket delivery on CAS 6.6 & redis ticket registry

2022-11-18 Thread Misagh
ms > > Performance are now very good for the incoming 6.6.3 release. > > Thanks. > Best regards, > Jérôme > > > Le mardi 15 novembre 2022 à 07:48:36 UTC+1, leleuj a écrit : >> >> EXCELLENT! >> >> Le mar. 15 nov. 2022 à 04:54, Misagh a écrit : >>> &

Re: [cas-dev] Re: [cas-user] very slow ticket delivery on CAS 6.6 & redis ticket registry

2022-11-14 Thread Misagh
On Mon, Nov 14, 2022, 4:58 PM Jérôme LELEU wrote: > Hi, > > I have made new tests. > > With the new implementation, I have experienced Redis crashes, but I'm not > sure this is meaningful. > In any case, I have updated to Redis v7 with 500Mo of memory. > I ran into something similar. I think

Re: [cas-dev] Re: [cas-user] very slow ticket delivery on CAS 6.6 & redis ticket registry

2022-11-10 Thread Misagh
Could I ask you to review and test this? https://github.com/mmoayyed/cas/compare/master...mmoayyed:cas:redis-fix On Thu, Nov 10, 2022 at 1:03 PM Misagh wrote: > > Thank you Jérôme. I'll take a look. > > -- Misagh > > On Wed, Nov 9, 2022, 2:39 PM Jérôme LELEU wrote: >>

Re: [cas-dev] Re: [cas-user] very slow ticket delivery on CAS 6.6 & redis ticket registry

2022-11-10 Thread Misagh
Thank you Jérôme. I'll take a look. -- Misagh On Wed, Nov 9, 2022, 2:39 PM Jérôme LELEU wrote: > Hi, > > I have made a Redis performance test between v6.5.9 and v7.0.0-RC1 and > figures are very relevant. > > In both cases, I have a CAS server using a Redis ticket regist

Re: [cas-dev] Re: [cas-user] very slow ticket delivery on CAS 6.6 & redis ticket registry

2022-11-07 Thread Misagh
> Our main problem was the full SCAN of tickets to check if a ticket is a TGT > and if the principal is the right one ("count/get SSO sessions"). > For this one, I would have created a "double key indexing", big words for a > simple thing ;-) > On 6.5.x, we stored tickets this way:

Re: [cas-dev] Re: [cas-user] very slow ticket delivery on CAS 6.6 & redis ticket registry

2022-11-04 Thread Misagh
ormance but I would > store it directly in Redis to make things easier. > In fact, we would have a double keys indexing, maybe something like: > CAS_TICKET_USER:ticketId:userId => (ticket) + CAS_TICKET:ticketId => > (CAS_TICKET_USER:ticketId:userId) > > @Misagh: what do you

[cas-dev] Fwd: Apereo CAS Deployer Survey: 2022 Edition

2022-11-04 Thread Misagh
project management committee, Misagh P.S. If you are not able to pull up the link or have questions, please reach out to the PMC or me directly. -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop

[cas-dev] Apereo CAS Deployer Survey: 2022 Edition

2022-10-04 Thread Misagh
management committee, Misagh P.S. If you are not able to pull up the link or have questions, please reach out to the PMC or me directly. -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving e

Re: [cas-dev] Bug in ServicesManager cache (since 6.3)

2021-10-22 Thread Misagh
Can you put together a test case that demonstrates the problem? On Fri, Oct 22, 2021 at 1:52 PM antoine m wrote: > > Hi, > > I think there is a bug in the ServicesManager cache feature since version 6.3. > > If i disable the automatic reload of services > (cas.service-registry.schedule.enabled:

[cas-dev] Re: CAS Subs: New mailing list details

2021-10-18 Thread Misagh Moayyed
pe) fairly low traffic and, needless to > say, membership is entirely optional. I will be sending this message > periodically as a reminder for anyone who might have missed it, so > apologies for the noise beforehand. If you have any other questions or > concerns, please fe

Re: [cas-dev] NameQualifier wrong in SAML Response

2021-09-15 Thread Misagh
elf. > Maybe you find a smarter way to attach NameID subject as attribute. > > See > https://wiki.geant.org/display/eduGAIN/IDP+Attribute+Profile+and+Recommended+Attributes#IDPAttributeProfileandRecommendedAttributes-Howtotestthereleaseoftherecommendedattributestothe

Re: [cas-dev] NameQualifier wrong in SAML Response

2021-09-14 Thread Misagh
yId) in > case of delegated authentication? > > > Misagh Moayyed schrieb am Dienstag, 14. September 2021 um 15:08:41 UTC+2: >> >> > In all of my testcases the NameQualifier was set to the issuer of the >> > AuthnRequest, which is the SP. >> > Thats

Re: [cas-dev] NameQualifier wrong in SAML Response

2021-09-14 Thread Misagh
> In all of my testcases the NameQualifier was set to the issuer of the > AuthnRequest, which is the SP. > Thats why the Shibboleth SP ignores the subject ID. Judging by the spec, at least for "persistent" identifiers, > In the case of an identifier with a Format of >

Re: [cas-dev] Different versions in BOM vs WAR

2021-07-02 Thread Misagh
ependencies.gradle file? > > Thanks. > Best regards, > Jérôme > > > Le ven. 2 juil. 2021 à 14:52, Misagh a écrit : >> >> Only when you introduce your own dependencies. Otherwise, it needs to >> be fixed at the source where you have to look for the sou

Re: [cas-dev] Different versions in BOM vs WAR

2021-07-02 Thread Misagh
needed. > Best regards, > Jérôme > > > Le ven. 2 juil. 2021 à 14:33, Misagh a écrit : >> >> The latter. You'd have to see where the conflict comes from first. >> >> On Fri, Jul 2, 2021 at 4:31 PM Jérôme LELEU wrote: >> > >> > Hi, >> &

Re: [cas-dev] Different versions in BOM vs WAR

2021-07-02 Thread Misagh
hanks. > Best regards, > Jérôme > > > Le ven. 2 juil. 2021 à 11:11, Misagh a écrit : >> >> They should. >> >> On Fri, Jul 2, 2021 at 1:10 PM Jérôme LELEU wrote: >> > >> > Hi, >> > >> > I notice that the versions in the BOM are som

Re: [cas-dev] Different versions in BOM vs WAR

2021-07-02 Thread Misagh
They should. On Fri, Jul 2, 2021 at 1:10 PM Jérôme LELEU wrote: > > Hi, > > I notice that the versions in the BOM are sometimes different from the > versions in the WAR. > > For example, in version 6.4.0-RC5, there is: > - guava 30.0-jre in the BOM > - guava 30.1.1-jre in the WAR. > > Shouldn't

Re: [cas-dev] Better protocol differentiation

2021-06-18 Thread Misagh
I might have been a few steps ahead of you. Are you still seeing this with the latest snapshots? On Mon, Jun 14, 2021 at 8:09 PM Jérôme LELEU wrote: > > Hi, > > 1. I just tested it again with 6.4.0-RC5 and I still have the issue. > > On the client side, I use the pac4j demo: >

Re: [cas-dev] Better protocol differentiation

2021-06-11 Thread Misagh
On Fri, Jun 11, 2021 at 11:54 AM Misagh wrote: > 1. The case you are describing actually works OK for me. If I have a > SAML SP and I try to prevent it's a CAS SP, Sorry. I meant "pretend". -- You received this message because you are subscribed to the Google Groups "

Re: [cas-dev] Better protocol differentiation

2021-06-11 Thread Misagh
lem that can be produced in #1. On Fri, Jun 11, 2021 at 10:42 AM Jérôme LELEU wrote: > > Hi, > > Thanks for the feedback. > > @Misagh: do you have any plan on this? > > Best regards, > Jérôme > > > Le lun. 7 juin 2021 à 17:41, Daniel Ellentuck a écrit : >&

Re: [cas-dev] cas-server local build - gradle failure

2021-03-29 Thread Misagh
Maybe consider removing "install" from the build command? -- Misagh On Mon, Mar 29, 2021, 8:57 PM Christian Migowski < christian.migow...@gmail.com> wrote: > Hello, > > I want to make a contribution to the CAS project and am trying to build > the server locally, unf

[cas-dev] Release Announcement: CAS Security Patches

2021-02-13 Thread Misagh
Please see: https://apereo.github.io/2021/02/13/gauthvuln/ -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-dev+unsubscr...@apereo.org. To view this

[cas-dev] Re: CAS Subs: New mailing list details

2021-02-11 Thread Misagh Moayyed
riodically as a reminder for anyone who might have missed it, so apologies for the noise beforehand. If you have any other questions or concerns, please feel free to contact me all the same. Thank you, Misagh Moayyed, on behalf of CAS PMC -- You received this message because you are

[cas-dev] Apereo Paris 21 & ESUP-Days 31

2021-02-01 Thread Misagh
The ESUP-Portail Consortium and the Apereo Foundation are pleased to invite you to the eighth edition of the ESUP-Days/Apereo Paris event that will take place on February 2, 2021. Due to the pandemic situation, we have no other choice but to go fully online for this edition. The "good" thing about

[cas-dev] Fwd: [apereo-open] Help Organise Open Apereo 2021 Online

2020-10-20 Thread Misagh
Hello, The Open Apereo conference will again be online next year. If you would like to help shape this conference by being on the planning committee, please read the invitation below and let Ian Dolphin know. -- Forwarded message - From: Ian Dolphin (apereo) Date: Mon, Oct 19,

Re: [cas-dev] CAS Login URL giving java.lang.StringIndexOutOfBoundsException.

2020-10-12 Thread Misagh Moayyed
Wrong list, and do not double post. On Mon, Oct 12, 2020 at 10:54 PM P Shreyas Holla wrote: > > > CAS Version: 3.5.2, > > The CAS WAR Is deployed successfully on IBM WebSphere server and able to > generate tickets and validate the same using, > /cas-server-webapp-3.5.2/serviceValidate >

[cas-dev] CAS Subs: New mailing list details

2020-10-12 Thread Misagh
might have missed it, so apologies for the noise beforehand. If you have any other questions or concerns, please feel free to contact me all the same. Thank you, Misagh Moayyed, on behalf of CAS PMC -- You received this message because you are subscribed to the Google Groups "CAS D

[cas-dev] CAS 6.1.0 Release Annoucement

2019-10-28 Thread Misagh Moayyed
CAS 6.1.0 is released: https://github.com/apereo/cas/releases/tag/v6.1.0 -- Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-de

[cas-dev] Re: Apereo CAS Deployer Survey: 2019 Edition

2019-10-09 Thread Misagh Moayyed
Survey results are now published: https://apereo.github.io/2019/10/09/cas-survey-results2019/ On Tuesday, September 3, 2019 at 9:10:41 PM UTC+4, Misagh Moayyed wrote: > > Survey is now closed. Thank you all for participating. Aggregated, > anonymized results as well as a brief po

[cas-dev] CAS 6.1 RC6 Release Announcement

2019-10-07 Thread Misagh Moayyed
CAS 6.1 RC6 is released: https://github.com/apereo/cas/releases/tag/v6.1.0-RC6 -- Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-de

[cas-dev] Release Announcement: CAS Security Patches

2019-09-30 Thread Misagh
Please see https://apereo.github.io/2019/09/27/numvulndisc/ -- *- Misagh* -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-dev+unsubscr...@

[cas-dev] CAS 6.0.5 Release Announcement

2019-09-10 Thread Misagh Moayyed
CAS 6.0.5 is released: https://github.com/apereo/cas/releases/tag/v6.0.5 -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it,

[cas-dev] CAS 6.1 RC5 Release Announcement

2019-09-02 Thread Misagh Moayyed
CAS 6.1 RC5 is released: https://github.com/apereo/cas/releases/tag/v6.1.0-RC5 -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-dev+unsubscr...@apereo.org.

Re: [cas-dev] performance of CAS impacted by use of ThreadLocal

2019-09-01 Thread Misagh Moayyed
> On Aug 28, 2019, at 2:17 PM, 'Timur Evdokimov' via CAS Developer > wrote: > > Hi folks, > > Just want to share some recent observations. > > We did some profiling of CAS (mostly around OIDC) and it turned out that > ClientInfoThreadLocalFilter alone is responsible for substantial latency.

[cas-dev] Re: Apereo CAS Deployer Survey: 2019 Edition

2019-08-15 Thread Misagh Moayyed
Another gentle biweekly reminder; If you have not participated in the survey, please consider doing so in the next couple of weeks. On Monday, July 15, 2019 at 12:06:19 PM UTC+4:30, Misagh Moayyed wrote: > > CAS Community, > > The CAS project management committee has prepared a surve

[cas-dev] Apereo CAS Deployer Survey: 2019 Edition

2019-07-15 Thread Misagh Moayyed
CAS Community, The CAS project management committee has prepared a survey to request feedback from CAS deployers: http://bit.ly/2XJAJRh The intention is to help clarify specific areas in the CAS ecosystem that need attention, understand user demographics and common use

[cas-dev] CAS 6.1.0-RC4 Release Annoucement

2019-06-10 Thread Misagh Moayyed
CAS 6.1.0-RC4 is released: https://github.com/apereo/cas/releases/tag/v6.1.0-RC4 --Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-de

[cas-dev] Re: Reset password link in plaintext is misinterpreted by apple mail client

2019-04-15 Thread Misagh Moayyed
If you look at the master branch, you'll see new settings that allow the text body to act as HTML. Reuse, apply and PR. On Thursday, April 11, 2019 at 3:11:24 AM UTC-7, michele.melluso... wrote: > > Hi, > > according to this topic: > >

[cas-dev] CAS 6.1.0-RC2 Release Annoucement

2019-03-04 Thread Misagh Moayyed
release becomes available, please speak up. --Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-dev+unsubscr...@apereo.org.

[cas-dev] CAS 5.3.9 Release Annoucement

2019-03-04 Thread Misagh Moayyed
CAS 5.3.9 is released: https://github.com/apereo/cas/releases/tag/v5.3.9 --Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-de

[cas-dev] CAS 5.3.8 Release Annoucement

2019-02-13 Thread Misagh Moayyed
CAS 5.3.8 is released: https://github.com/apereo/cas/releases/tag/v5.3.8 --Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-de

[cas-dev] CAS 5.3.7 Release Announcement

2019-01-02 Thread Misagh Moayyed
CAS 5.3.7 is released: https://github.com/apereo/cas/releases/tag/v5.3.7 --Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-de

[cas-dev] CAS 6.0.0 Release Announcement

2019-01-02 Thread Misagh Moayyed
CAS 6.0.0 is released: https://github.com/apereo/cas/releases/tag/v6.0.0 --Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-de

[cas-dev] CAS 5.1.9 Release Annoucement

2018-04-30 Thread Misagh Moayyed
CAS 5.1.9 is released: https://github.com/apereo/cas/releases/tag/v5.1.9 --Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-de

[cas-dev] CAS 5.2.4 Release Announcement

2018-04-13 Thread Misagh Moayyed
CAS 5.2.4 is released: https://github.com/apereo/cas/releases/tag/v5.2.4 --Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-de

[cas-dev] CAS 5.3.0 RC3 Release Announcement

2018-04-03 Thread Misagh Moayyed
CAS 5.3.0 RC3 is now released: https://github.com/apereo/cas/releases/tag/v5.3.0-RC3 --Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [cas-dev] Spring Boot 2.0 and Java 9

2018-03-02 Thread Misagh Moayyed
https://github.com/apereo/cas/pull/3216 Targetted release and timline unknown at this point. Likely to be decided around June 2018. --Misagh > From: "David Rodriguez Gonzalez" <davidrg131...@gmail.com> > To: "CAS Developer" <cas-dev@apereo.org> >

[cas-dev] CAS 5.1.8 Release Announcement

2018-01-29 Thread Misagh Moayyed
CAS 5.1.8 is released: https://github.com/apereo/cas/releases/tag/v5.1.8 --Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-de

Re: [cas-dev] Could not build v5.3.0-RC1

2018-01-08 Thread Misagh Moayyed
Good for you. You are probably running into a windows-specific issue with npm; Remove all .gradle directories and the node_modules downloaded and try again. Also, pull from master rather than a tag. --Misagh > From: "Thach Le" <thachpor...@gmail.com> > To: &

Re: [cas-dev] Could not build v5.3.0-RC1

2018-01-05 Thread Misagh Moayyed
Are you planning to adopt or deploy CAS or contribute to CAS in this exercise? --Misagh > From: "Thach Le" <thachpor...@gmail.com> > To: "CAS Developer <cas-dev@apereo.org>" <cas-dev@apereo.org> > Sent: Thursday, January 4, 2018 4:27:17 PM > S

[cas-dev] CAS 5.3.0-RC1 release annoucement

2017-12-28 Thread Misagh Moayyed
CAS 5.3.0-RC1 is released: https://github.com/apereo/cas/releases/tag/v5.3.0-RC1 --Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-de

[cas-dev] CAS 5.2.1 release annoucement

2017-12-27 Thread Misagh Moayyed
CAS 5.2.1 is released: https://github.com/apereo/cas/releases/tag/v5.2.1 (This is just the announcement; the release was done last week) --Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this grou

[cas-dev] #cas-dev channel on Slack

2017-11-20 Thread Misagh Moayyed
I have added a #cas-dev channel on Apereo Slack. For those of you that do dev and wish to interact more in real-time that might be suitable option if you wish to join and keep up. If you can’t join or signup, let me know. Channels are all public. --Misagh -- You received this message

Re: [cas-dev] CAS 5.1 + PAC44 2.0 + SAML SLO - improvement (maybe)

2017-10-02 Thread Misagh Moayyed
Wonderful. Thank you. > From: "Jaroslav Kačer" <jaros...@kacer.biz> > To: "CAS Developer" <cas-dev@apereo.org> > Cc: "Misagh Moayyed" <mmoay...@unicon.net> > Sent: Monday, October 2, 2017 9:17:49 AM > Subject: Re: [cas-dev] CA

[cas-dev] CAS v5.0.9 Release Announcement

2017-10-02 Thread Misagh Moayyed
CAS v5.0.9 is released: https://github.com/apereo/cas/releases/tag/v5.0.9 -- --Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-de

Re: [cas-dev] CAS 5.1 + PAC44 2.0 + SAML SLO - improvement (maybe)

2017-10-02 Thread Misagh Moayyed
-- > You received this message because you are subscribed to the Google Groups "CAS > Developer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email > to cas-dev+unsubscr...@apereo.org . > Visit this group at https://groups.googl

[cas-dev] Fwd: [apereo-announcements] Hold the Dates for Open Apereo 2018!

2017-09-25 Thread Misagh Moayyed
See below. - Forwarded Message - > From: "Ian Dolphin" > To: announceme...@apereo.org, "Open" > Sent: Monday, September 25, 2017 7:26:50 AM > Subject: [apereo-announcements] Hold the Dates for Open Apereo 2018! > I am pleased to announce that

[cas-dev] CAS 5.2.0 RC3 Release Announcement

2017-09-14 Thread Misagh Moayyed
CAS 5.2.0 RC3 is released: https://github.com/apereo/cas/releases/tag/v5.2.0-RC3 -- --Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email

[cas-dev] CAS 5.0.8 Release Annoucement

2017-08-24 Thread Misagh Moayyed
CAS 5.0.8 is released: https://github.com/apereo/cas/releases/tag/v5.0.8 -- --Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-de

[cas-dev] CAS 5.1.2 Release Announcement

2017-07-13 Thread Misagh Moayyed
CAS 5.1.2 is released: https://github.com/apereo/cas/releases/tag/v5.1.2 Big thank you to all contributors. --Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving e

Re: [cas-dev] Question about audit.log

2017-07-11 Thread Misagh Moayyed
:)  --Misagh On July 11, 2017 at 10:19:51 AM, David Rodriguez Gonzalez (davidrg131...@gmail.com) wrote: Given I know nothing about inspektr I'll need lot of help here.  Is it possible to log into a registry_audit.log for example? Any other idea on how to differentiate them? On Tue, 11 Jul 2017

RE: [cas-dev] Question about audit.log

2017-07-11 Thread Misagh Moayyed
Yep, I'm talking about removals. As I said tickets deleted by the cleaner are not logged in to the audit log so you could not find the complete life cycle of a ticket there. Gotcha. If audit logs are added to the registry, in my opinion it should log in a way that could be differenciate

Re: [cas-dev] Question about audit.log

2017-07-10 Thread Misagh Moayyed
that you shouldn’t have to add individual annotations to every single registry. Those should all happen preferably in some parent class relieving the registry from knowing about such options.  --Misagh On July 10, 2017 at 9:18:01 AM, David Rodriguez Gonzalez (davidrg131...@gmail.com) wrote: Added

Re: [cas-dev] Question about audit.log

2017-07-10 Thread Misagh Moayyed
On July 9, 2017 at 11:26:08 PM, David Rodriguez Gonzalez (davidrg131...@gmail.com) wrote: Just to be sure, audit annotations should be moved to the ticket registries?  Yup. Not moved. Added. Perhaps optionally too.  Could it cause side any effects?  Don’t know. Cant think of anything but must

[cas-dev] CAS 5.2.0 RC1 release announcement

2017-06-30 Thread Misagh Moayyed
CAS 5.2.0 RC1 is released: https://github.com/apereo/cas/releases/tag/v5.2.0-RC1    -- Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-de

[cas-dev] CAS 5.1.1 Release Announcement

2017-06-23 Thread Misagh Moayyed
CAS 5.1.1 is released: https://github.com/apereo/cas/releases/tag/v5.1.1 -- Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-de

[cas-dev] CAS 5.0.7 Release Announcement

2017-06-23 Thread Misagh Moayyed
CAS 5.0.7 is released: https://github.com/apereo/cas/releases/tag/v5.0.7 --Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-de

RE: [cas-dev] Inspektr exception leaves CAS Server unusable

2017-06-19 Thread Misagh Moayyed
, etc and observe the behavior. You could also take out Hazelcast and run tests against a single node to see whether you can rule out variables. --Misagh From: cas-dev@apereo.org [mailto:cas-dev@apereo.org] On Behalf Of Travis Schmidt Sent: Wednesday, June 14, 2017 8:40 AM To: cas-dev

Re: [cas-dev] Jitpack.io requiring Auth

2017-06-13 Thread Misagh Moayyed
Pull down the 5.1.x branch. That has the correct dependency definition I believe and you should be able to compare and adjust. It seems like jitpack changed the way artifacts are resolved, what with duo not releasing a proper jar for the duo client. Sent with AquaMail for Android

[cas-dev] No Dev call today. Will reschedule

2017-05-26 Thread Misagh Moayyed
Sent with AquaMail for Android http://www.aqua-mail.com -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-dev+unsubscr...@apereo.org. Visit this group at

RE: [cas-dev] Cassandra ticket registry

2017-05-17 Thread Misagh Moayyed
Could you post a link to org.apache.cassandra.cql3.functions.ThreadAwareSecurityManager line 82? --Misagh From: cas-dev@apereo.org [mailto:cas-dev@apereo.org] On Behalf Of David Rodriguez Gonzalez Sent: Wednesday, May 17, 2017 6:47 AM To: CAS Developer <cas-dev@apereo.org> Subject

RE: [cas-dev] Duplicate Controller Classes?

2017-05-11 Thread Misagh Moayyed
Left over. --Misagh -Original Message- From: cas-dev@apereo.org [mailto:cas-dev@apereo.org] On Behalf Of Robert Oschwald Sent: Thursday, May 11, 2017 1:41 AM To: CAS Developer <cas-dev@apereo.org> Subject: [cas-dev] Duplicate Controller Classes? The validation Controllers

[cas-dev] CAS 5.1 RC4 Release Announcement

2017-05-01 Thread Misagh Moayyed
. Depending on feedback and discovery of showstopper defects, the release schedule may be adjusted. Huge thanks to all of you who have continued to test the 5.1 release line since RC1. Your feedback and contributions are very much appreciated. --Misagh [1] http://bit.ly/2oPmBEO

[cas-dev] CAS Dev Call: Friday 28th 8am MST

2017-04-27 Thread Misagh Moayyed
available: https://unicon.zoom.us/zoomconference?m=kFTVdRAOVS5IWLDamaqwpPbFjE3dZ_xx --Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email

[cas-dev] CAS 5.0.5 Release Announcement

2017-04-24 Thread Misagh Moayyed
CAS 5.0.5 has been released: https://github.com/apereo/cas/releases/tag/v5.0.5 Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email

[cas-dev] CAS 5.1.0 RC3 Release Announcement

2017-04-03 Thread Misagh Moayyed
CAS 5.1 RC3 is now available: https://github.com/apereo/cas/releases/tag/v5.1.0-RC3  --  Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email

[cas-dev] CAS Dev Call: Fri Mar 31 8AM Mountain Time

2017-03-29 Thread Misagh Moayyed
)     Meeting ID: 926 118 800     International numbers available: https://unicon.zoom.us/zoomconference?m=Cr5HBFyDXe-D1s7WxveuZLMz-aRfWKYy  --  Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this grou

[cas-dev] “WhoIsUsingCAS” page

2017-03-28 Thread Misagh Moayyed
FYI; If any of you wish to list your deployment publicly on the project website, there now exists this: https://apereo.github.io/cas/Who-Is-Using-CAS.html --  Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubs

Re: [cas-dev] [CAS-5.1.0-RC3-SNAP] Invalid XML character in SAML response

2017-03-28 Thread Misagh Moayyed
In fact, I got a lot of binary data in catalina.out : all LDAP  Attributes were fetched, binary ones too ! I suspect that binary  attributes are not correctly encoded before being sent via SAML response.  Should I open an issue ?  Yes please, along with a pull request that solves the problem. --

[cas-dev] CAS 5.0.4 Release Announcement

2017-03-20 Thread Misagh Moayyed
CAS 5.0.4 has been released: https://github.com/apereo/cas/releases/tag/v5.0.4  --  Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-de

[cas-dev] CAS 5.0.3.1 Release Announcement

2017-03-06 Thread Misagh Moayyed
This is the official and public release announcement for CAS v5.0.3.1: https://github.com/apereo/cas/releases/tag/v5.0.3.1  Deployers are strongly advised to upgrade. --  Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To u

[cas-dev] CAS v5.1.0-RC2 Release Announcement

2017-02-24 Thread Misagh Moayyed
CAS v5.1.0-RC2 has been released: https://github.com/apereo/cas/releases/tag/v5.1.0-RC2  --  Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email

[cas-dev] CAS Dev Call: Friday Feb 24 8AM Mountain Time

2017-02-22 Thread Misagh Moayyed
)     Meeting ID: 853 185 588     International numbers available: https://unicon.zoom.us/zoomconference?m=btHh55ZTdrRgsBbNf4m0LzuqU7TZaCov  --  Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this grou

[cas-dev] CAS 5.0.3 Release Announcement

2017-02-20 Thread Misagh Moayyed
CAS 5.0.3 has been released: https://github.com/apereo/cas/releases/tag/v5.0.3 --Misagh -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re[2]: [cas-dev] CAS 5.1.0-RC2-SNAP Ldap auth configuration changed ?

2017-02-02 Thread Misagh Moayyed
,259 WARN >[org.apereo.cas.config.LdapAuthenticationConfiguration] - authentication entry since no user filter is defined> > >Is user filter needed for direct bind ? I've understood that's only >needed when connection type is not DIRECT ? > >Regards. > >Le 01/02/2017 à 20:55, Misagh Moayye

RE: [cas-dev] CAS 5.1.0-RC2-SNAP Ldap auth configuration changed ?

2017-02-01 Thread Misagh Moayyed
As the error suggests, you're missing a dnFormat. See https://github.com/apereo/cas/issues/2327 --Misagh -Original Message- From: 'Philippe MARASSE' via CAS Developer [mailto:cas-dev@apereo.org] Sent: Wednesday, February 1, 2017 4:47 PM To: CAS Developer <cas-dev@apereo.org> S

RE: [cas-dev] trust authentication

2017-01-31 Thread Misagh Moayyed
In this case, is the POST request to / login mandatory or can we redirect to the service url with the service ticket directly? These are two separate things. Credentials are POSTed. Flow is then redirected to the service url with the ticket. -- You received this message because you are

  1   2   >