Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fb3909e

Browse files
committed
update to keycloak > 16
1 parent 0ce1da8 commit fb3909e

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

‎.gitignore‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ hs_err_pid*
4141
src/main/java/info/unterrainer/commons/httpserver/Information.java
4242

4343
antlr4/.antlr/
44+
/.apt_generated/
45+
/.apt_generated_tests/

‎pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<modelVersion>4.0.0</modelVersion>
1717
<artifactId>http-server</artifactId>
18-
<version>0.3.13</version>
18+
<version>0.3.14</version>
1919
<name>HttpServer</name>
2020
<packaging>jar</packaging>
2121

‎src/main/java/info/unterrainer/commons/httpserver/accessmanager/HttpAccessManager.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ private void initPublicKey() {
6666
if (!realm.startsWith("/"))
6767
realm = "/" + realm;
6868

69-
authUrl = host + "auth/realms" + realm;
69+
authUrl = host + "realms" + realm;
7070
try {
7171
log.info("Getting public key from: [{}]", authUrl);
7272
HttpClient client = HttpClient.newHttpClient();

‎src/main/resources/postman_collection.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
{
329329
"id": "f29301eb-5f34-4e27-80ae-9b0fc72e3cf7",
330330
"key": "auth-url",
331-
"value": "http://10.10.196.4:14888/auth/realms/Nexus/protocol/openid-connect/token"
331+
"value": "http://10.10.196.4:14888/realms/Nexus/protocol/openid-connect/token"
332332
},
333333
{
334334
"id": "8e8e8fa0-9bf8-410e-9971-e27b6ad18060",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /