Skip to main content

Questions tagged [oauth2]

1 vote
0 answers
68 views

Retrieving identity token from QGIS OAuth2 provider

I set up an OAuth2 Authentication configuration in QGIS. How do I retrieve the identity token from the OAuth2 authentication manager? I need it to display the details of the logged-in user.
Hoan Phung's user avatar
1 vote
1 answer
83 views

OIDC logging for the open id

Based on my last question which was Using openid-connect access token and getting 403 in postman and 401 in logs I enabled some more login: 19 Jul 16:46:11 DEBUG [context....
yoda's user avatar
  • 151
2 votes
1 answer
400 views

Using openid-connect access token and getting 403 in postman and 401 in logs

My keycloak is on 8080 and GeoServer is running on 8081. I have setup authentication using openid connect. I've set the openid-adapter using the below configuration from my screenshot. I've added ...
yoda's user avatar
  • 151
0 votes
1 answer
78 views

Geoserver OAuth2 Community Extension - Java Runtime Error, possibly CORS?

I am trying to enable to OAuth2 community extension in Geoserver 2.24.2 I am running it on a Google Cloud Compute Engine VM as a .war on Tomcat9 proxying through NGINX (where I deal with SSL). I get ...
staf's user avatar
  • 336