[cas-user] Re: CAS5.3 support oidc/logout with post_logout_redirect_uri?

2020-07-28 Thread Yan Zhou

cas/logout does work, but it does not redirect back to the app URL, the 
OIDC standard uses this:

/cas/logout?id_token_hint=xx&post_logout_redirect_uri=yyy

CAS does not understand the query parameter "post_logout_redirect_uri", it 
only knows "service"

Yan

On Tuesday, July 28, 2020 at 1:47:56 PM UTC-4, Yan Zhou wrote:
>
> Hi there,
>
> oidc/logout. with post_logout_redirect_uri  
>
is part of OIDC spec, but I do not see CAS 5.3 support that endpoint.  It 
> is not mentioned on the CAS OIDC documentation, either.  
>
> Am I missing something?
>
> Thx!
> Yan
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/f44a655d-878e-41c3-bcc0-761f9f6d1e97o%40apereo.org.


Re: [cas-user] CAS5.3 support oidc/logout with post_logout_redirect_uri?

2020-07-28 Thread Mickaël
Hello Yan,

Have you try to /cas/logout ?

Mickaël

Le mar. 28 juil. 2020 à 19:47, Yan Zhou  a écrit :

> Hi there,
>
> oidc/logout. with post_logout_redirect_uri  is part of OIDC spec, but
> I do not see CAS 5.3 support that endpoint.  It is not mentioned on the CAS
> OIDC documentation, either.
>
> Am I missing something?
>
> Thx!
> Yan
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/c280bb59-84ff-43a5-9a6c-ca9310e6525eo%40apereo.org
> 
> .
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAM2C0GyEvtAVbuxX8uq9jRyEZ1F0MCXSv00%3DF2wWxyMajbaHyA%40mail.gmail.com.


Re: [cas-user] cas-management application

2020-07-28 Thread William Jojo
Travis,

I am producing some documentation on a bunch of topics that have been 
popping up here of late (Apache-shib, mod-auth-cas, cas-management, locust, 
etc) which I plan to release shortly. I wanted to know if there was a 
branch that needs testing so I can update the cas-management docs 
accordingly.

Thank you!

Bill

On Thursday, July 23, 2020 at 3:49:08 PM UTC-4, Travis Schmidt wrote:
>
> Sorry for my absence and radio silence on this.  I had some high priority 
> projects come up that were eating up my time.  I am finally getting 
> around to looking into a 6.2 deployment.  I will be creating a 6.1.x branch 
> and cutting that release, then I will get master switched over to start 
> creating 6.2.x snapshots for those using the gradel overlays and hopefully 
> a 6.2 GA release soon.
>
> Travis
>
> On Thu, Jul 23, 2020 at 11:51 AM Rich Renomeron  > wrote:
>
>> Hi Bryan,
>>
>> You mentioned a version 6.2 of the cas-management application, but I have 
>> been unable to find that version in Github (the HEAD revision is 
>> 6.1.4-SNAPSHOT).  Since you're using a 6.1.6 CAS, was that a typo, or am 
>> I missing something?  (I'm working on a 6.2 deployment right now, so I'd 
>> love to find a 6.2 cas-management application.)
>>
>> Thanks,
>> Rich
>>
>> On Tue, Jul 7, 2020 at 5:38 AM Stef > 
>> wrote:
>>
>>> Hi Bryan,
>>> If you want to completely disable version control you can do this in 
>>> build.gradle:
>>>
>>> bootWar {
>>> entryCompression = ZipEntryCompression.STORED
>>> overlays {
>>> // 
>>> https://docs.freefair.io/gradle-plugins/current/reference/#_io_freefair_war_overlay
>>> // Note: The "excludes" property is only for files in the war 
>>> dependency.
>>> // If a jar is excluded from the war, it could be brought back 
>>> into the final war as a dependency
>>> // of non-war dependencies. Those should be excluded via normal 
>>> gradle dependency exclusions.
>>> cas {
>>> from 
>>> "org.apereo.cas:cas-mgmt-webapp${project.appServer}:${casMgmtServerVersion}@war"
>>> provided = false
>>> excludes = ["**/cas-mgmt-config-version-control*.jar", 
>>> "**/cas-mgmt-config-delegated*.jar", "**/HikariCP-java7-2.4.13.jar"]
>>> }
>>> }
>>>
>>> }
>>>
>>>
>>> Then the only thing you need for services is 
>>>
>>> cas.serviceRegistry.json.location=file:/etc/cas/services
>>>
>>>
>>> Stéphane
>>>
>>> Le lun. 6 juil. 2020 à 22:47, Bryan Wooten >> > a écrit :
>>>
 Thank you Ray. This helps.

 I see you are very active/helpful on this list...

 Perhaps one day I will return the favor.

 -Bryan

 University of Utah.

 On Mon, Jul 6, 2020 at 1:04 PM Ray Bon > 
 wrote:

> Bryan,
>
> I am just looking into cas management after a bit of a break from my 
> first frustrating attempt. My impression is that cas management is trying 
> to leverage the cas packages. The version of cas management must be the 
> same as a source of cas packages (I am working with 6.1.4-SNAPSHOT), but 
> does not have to be the same as the deployed cas ( it ca be older for 
> sure). This also means that the properties will be the same as those for 
> cas.
> I have not tried turning off version control for the services. First 
> time I tried, it was problematic. For the extra step of confirming 
> changes 
> to a service, it is probably not worth the effort. Just create a writable 
> directory (or make the default writable) for the git repo and be done 
> with 
> it.
> We store our services in ldap (so no file sync), but I am not that far 
> along in my config, maybe later this week or next.
>
> Ray
>
> On Mon, 2020-07-06 at 11:52 -0600, Bryan Wooten wrote:
>
> I was wondering if any of you fine folks could help me. 
>
> I am trying to get cas-management application (6.2) with a Cas 6.1.6 
> server. (I can change the cas-management version if needed.
>
> Anyway I am having trouble understanding the docs and and 
> management.properties settings.
>
> I am simply trying to manage a 1000 json file /etc/cas.config/services 
> directory.
>
> We don't need/want version control at this time or any file sync.
>
> At startup we get errors like this:
>
> Origin: "mgmt.enableVersionControl" from property source 
> "bootstrapProperties"
> Reason: The elements 
> [mgmt.enabledelegatedmgmt,mgmt.enableversioncontrol,mgmt.servicesrepo,mgmt.syncscript,mgmt.userrep
> osdir] were left unbound.
>
> For example, what is mgmt.userrep?
>
> If someone could share the management properties file that would be 
> great.
>
> -Bryan
>
> University of Utah
>
> -- 
>
> Ray Bon
> Programmer Analyst
> Development Services, University Systems
> 2507218831 | CLE 019 | rb...@uvic.ca 
>
> I r

[cas-user] CAS5.3 support oidc/logout with post_logout_redirect_uri?

2020-07-28 Thread Yan Zhou
Hi there,

oidc/logout. with post_logout_redirect_uri  is part of OIDC spec, but I 
do not see CAS 5.3 support that endpoint.  It is not mentioned on the CAS 
OIDC documentation, either.  

Am I missing something?

Thx!
Yan

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/c280bb59-84ff-43a5-9a6c-ca9310e6525eo%40apereo.org.