[cas-user] CAS Initializr has v6.6.6 instead of v6.6.5

2023-03-06 Thread Jon Anderson
https://casinit.herokuapp.com/actuator/supportedVersions 6.6.6

https://github.com/apereo/cas/tags 6.6.5

Am I missing something?

Thanks,
Jon


-- 
- 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/PH0PR04MB76214A32EBFDD43FEA271C8AADB69%40PH0PR04MB7621.namprd04.prod.outlook.com.


[cas-user] CAS 6.4 OIDC JWKS missing key fields?

2023-03-06 Thread Yan Zhou
Hi,,

CAS 6.4  OIDC JWKS endpoint looks like this.  Our vendor has problem with 
its missing fields such as  alg, kid, and use. 

Anyone knows how to show these fields in JWKS?  They showed us what Okta 
and Google OIDC provider presents, yes, they do have these fields.

This probably affects OIDC JWT access token header attributes as well.

Thanks,
Yan

{

"keys": 

[

{

"kty":"RSA",

"n":"pwNNGZn0..RW18eq6Asiw",

"e":"AQAB"

}

]

}

-- 
- 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/a816b9c5-662f-4a75-b87e-414f350df5d3n%40apereo.org.


[cas-user] Re: CAS 6.x Not able to set server.max-http-header-size Spring Boot property

2023-03-06 Thread 'Christian Sommer' via CAS Community
For everyone else who might experience this issue, this property solved the 
issue:

cas.server.tomcat.http[0].attributes.maxHttpRequestHeaderSize=200

Remarkable still that the official Spring Boot property is not working!

Cheers,
Christian

Christian Sommer schrieb am Freitag, 3. März 2023 um 17:38:14 UTC+1:

> We tried a lot but we are not able to configure the property 
> "server.max-http-header-size=30KB" 
> in any of our application.yml's within CAS to override the tomcat default 
> of 8KB. The property is simply not getting active. No problem with setting 
> this in our own SB applications only in CAS it won't get activated. Any 
> idea anyone?
> Thank you.
>

-- 
- 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/013508d8-9c4c-409e-9462-1e538e91179bn%40apereo.org.