forked from geoserver/geoserver
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accesstokens #1
Open
davidblasby
wants to merge
79
commits into
master
Choose a base branch
from
_accesstokens
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Accesstokens #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* [GEOS-10591] XML view params format implementation * Update doc/en/user/source/data/database/sqlview.rst Co-authored-by: Andrea Aime <[email protected]> * Update doc/en/user/source/data/database/sqlview.rst Co-authored-by: Andrea Aime <[email protected]> * Update doc/en/user/source/data/database/sqlview.rst Co-authored-by: Andrea Aime <[email protected]> * [GEOS-10591] review fixes * Fix case insensitive viewParamsFormat handling Co-authored-by: Andrea Aime <[email protected]>
Documentation on Adding an external WMTS & Configuring external WMTS layers via REST for this reference https://docs.geoserver.org/stable/en/user/data/cascaded/wmts.html
* Update seed.rst * Update seed.rst Corrected the third field by referencing the code: https://github.com/GeoWebCache/geowebcache/blob/main/geowebcache/core/src/main/java/org/geowebcache/seed/TileBreeder.java#L450
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.4.1. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.3.3...REL42.4.1) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
rm python & java section on the REST documentation
removed python & java admonition
Update documentation on WMTS Store & WMTS Layer
The workspace wide templates are stored in the same 'workspaces' folder as the layer specific templates.
[GEOS-10620] Update oshi to 6.2.2 to support Apple M2 CPU
…nts:httpclient:4.5.13 (geoserver#6104)
* Fixing minor documentation issues Fixing minor grammar, usage, and typos in the documentationl. Also, rephrased a couple of areas for improved clarity. * Update doc/en/user/source/tutorials/GetFeatureInfo/raster.rst Co-authored-by: Brad Hards <[email protected]>
[GEOS-10615] Fix KML placemark template path in documentation
Using "geoserver_dir" to match docker structure.
…ver#6107) * update docker container documentation * minor changes * update to jody's comments * adding extensions Co-authored-by: david.blasby <[email protected]>
…d (broken) plural endpoints to (working) singular
jodygarnett
reviewed
Sep 8, 2022
@@ -0,0 +1,133 @@ | |||
package org.geoserver.security.oauth2; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
header needed
Trivial typo fix in GeoRSS tutorial
…n lead to OOM (geoserver#6124) * Fixed concurrency issue in setLayer that can lead to out of memory issues when iterating trough the available styles * Fixed NPE in clone() * Added unit-test that covers concurrent modification scenario * Fixed class formatting * Code changes to comply with code-style and PMD checks * Added missing copyright header Co-authored-by: Andrea Aime <[email protected]>
[GEOS-10636] (proxied) Login is broken after upgrade to 2.22-M0 and 2.21.1
[GEOS-10654] app-schema GetFeature numberMatched fails with ID filter:…
The method arguments were in the wrong order.
Co-authored-by: Jody Garnett <[email protected]>
…nect-core/src/main/java/org/geoserver/security/oauth2/MSGraphRolesResolver.java Co-authored-by: Jody Garnett <[email protected]>
…nect-core/src/main/java/org/geoserver/security/oauth2/OpenIdConnectAuthenticationFilter.java Co-authored-by: Jody Garnett <[email protected]>
…nect-core/src/main/java/org/geoserver/security/oauth2/OpenIdConnectAuthenticationProvider.java Co-authored-by: Jody Garnett <[email protected]>
davidblasby
force-pushed
the
_accesstokens
branch
from
September 20, 2022 16:15
a78467c
to
4a6a5be
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is improving the support for Bearer Tokens. See the updated GS OpenID documentation for setup and usage.
Summary: attach an Access Token to your HTTP requests - useful for automated (i.e. desktop/remote web) access of the REST api.
There was already some partial support for Bearer tokens. This PR improves it.
a) from the "userinfo" endpoint (recommended for KeyCloak)
b) from the MS Graph API (only for MS Azure AD)
Checklist
main
branch (backports managed later; ignore for branch specific issues).For core and extension modules:
[GEOS-XYZWV] Title of the Jira ticket
.