Skip to content

Commit 24373f8

Browse files
committed
Merge branch 'fix/hostdockerinternal' of git@github.com:secvisogram/csaf-cms-backend.git into fix/hostdockerinternal
2 parents f2017a1 + 40c9e61 commit 24373f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,8 @@ Some explantion on the logoutUrl configured in `.well-known/appspecific/de.bsi.s
173173
"logoutUrl": "/oauth2/sign_out?rd=http://localhost/realms/csaf/protocol/openid-connect/logout?post_logout_redirect_uri=http%3A%2F%2Flocalhost&client_id=secvisogram",
174174
```
175175

176-
`/oauth2/sign_out` is the logout URI from the OAUTH-Proxy. This will invalidate the session on the proxy. Then a redirect to Keycloak (`http://localhost/realms/csaf/protocol/openid-connect/logout?post_logout_redirect_uri=http%3A%2F%2Flocalhost&client_id=secvisogram`) is necessary to log out the session on keyloak. Then there is a redirect back to Secvisogram (`localhost`).
177-
178-
When changes hostnames this has to adopted.
176+
`/oauth2/sign_out` is the logout URI from the OAUTH-Proxy. This will invalidate the session on the proxy. Then, a redirect to Keycloak (`http://localhost/realms/csaf/protocol/openid-connect/logout?post_logout_redirect_uri=http%3A%2F%2Flocalhost&client_id=secvisogram`) is necessary to log out from the session on Keyloak. Subsequently, there is a redirect back to Secvisogram (`localhost`).
177+
When hostnames are changed, this has to adapted.
179178

180179
### build and execute tests
181180

0 commit comments

Comments
 (0)