Questions tagged [oauth2]
The oauth2 tag has no summary.
4 questions
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.
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....
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 ...
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 ...