Skip to content

Commit

Permalink
rework configuration of the plugin
Browse files Browse the repository at this point in the history
The server configuration (token URLs, scopes etc) are now in separate
describable.

This makes the UX cleaner, and the code cleaner in the realm.

The config.xml is backwards compatable with previous versions, but the casc
format is not.

when in discovery mode via well known endpoint the override scopes are
now used explicitly rather than using the overlapping scopes from the
overrides and those provided by the server
  • Loading branch information
jtnord committed Sep 19, 2024
1 parent 10401f5 commit 3e8cbca
Show file tree
Hide file tree
Showing 46 changed files with 1,066 additions and 694 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<spotless.check.skip>false</spotless.check.skip>
<spotbugs.effort>Max</spotbugs.effort>
<configuration-as-code.version>1836.vccda_4a_122a_a_e</configuration-as-code.version>
<hpi.compatibleSinceVersion>4.347</hpi.compatibleSinceVersion>
</properties>
<dependencies>
<dependency>
Expand Down
Loading

0 comments on commit 3e8cbca

Please sign in to comment.