Re: [Geoserver-devel] GSIP 222: Graduating the Raster Attribute Table community module

2024-04-24 Thread Jody Garnett
Following up on GSIP-222: GSIP-222 - Promote Raster Attribute Table module to extension Can I mark this as addressed for GeoServer 2.25 on the proposal page ? I could not find the associa

Re: [Geoserver-devel] GSIP 223, Community module graduation, amending generality rule

2024-04-24 Thread Jody Garnett
This was marked as passed in the PSC meeting March 26, changing it to an active proposal. -- Jody Garnett On Mar 26, 2024 at 10:32:45 AM, Peter Smythe wrote: > +1 > > Peter > > GeoServer PSC > AWS Solutions Architect > https://github.com/petersmythe >

[Geoserver-devel] Error handling in Geoserver

2024-04-24 Thread Roar Brænden
Hi, I've started to look at the user interface of Geoserver, and wonder about the error handling. As I see it there are three options: 1 - 500 status code from the Servlet Engine. Usually presented with the stack trace. 2 - Geoserver's version of number 1), but with the menu available and a me

Re: [Geoserver-devel] Error handling in Geoserver

2024-04-24 Thread David Blasby via Geoserver-devel
Hi, This looks like you are using the OIDC security module(s) and it’s having some issues. How did you add them? Thanks, Dave Sent from my iPhone > On Apr 24, 2024, at 1:47 PM, Roar Brænden wrote: > > Hi, > > I've started to look at the user interface of Geoserver, and wonder about the

Re: [Geoserver-devel] Error handling in Geoserver

2024-04-24 Thread Roar Brænden
Hi, Yes, I'm using the OIDC security module. And provided some input with this PR . It didn't have the expected outcome, therefore I want to investigate it further. How I add them? I have a setup with Docker Geoserver and add the nightly build of

Re: [Geoserver-devel] Error handling in Geoserver

2024-04-24 Thread Roar Brænden
> 25. apr. 2024 kl. 06:44 skrev David Blasby : > >>> java.lang.RuntimeException: None of the supported token claims >>> [IdToken,AccessToken,MSGraphAPI,UserInfo] have been set as Role Source in >>> the configuration of Authentication using OpenId Connect. > > Looks like a config issue. What