-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Fix some broken links (#6292)
- Loading branch information
Showing
3 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,27 @@ | ||
This directory contains several example authentication providers, which can be added to a deephaven-core classpath | ||
and configured to authenticate the user. | ||
and configured to authenticate the user. | ||
|
||
As these are only examples and not intended to replace actual integrations, they may have some limitations in how | ||
they can be configured and deployed, but also are built as a single `.jar` file with no external dependencies or | ||
conflicts to manage. | ||
|
||
### [Pre-Shared Key](psk) | ||
|
||
Allows a key (and user details) to be set via configuration, or a fresh one will be configured on startup. The login | ||
link and details will be logged on startup. | ||
link and details will be logged on startup. | ||
|
||
### [Mutual TLS (mTLS)](mtls) | ||
|
||
### [Mutual TLS (mTLS)](mTLS) | ||
With a Mutual-TLS certificate on the client signed by an appropriate trusted Certificate Authority, the user's details | ||
can be read from the certificate and used on the server. | ||
|
||
### [Simple PostgreSQL username/password](sql-username-password) | ||
|
||
Assumes a PostgreSQL database will be running (and JDBC connection string provided in configuration) with a table | ||
for users and their credentials, along with a table for allowed roles. | ||
|
||
### [OpenID Connect via Keycloak](oidc) | ||
|
||
Delegates authentication to an OpenID Connect server (in this example using [Keycloak](https://keycloak.org/)), with | ||
the client first redirecting the user to authenticate and obtain a token, and the client validating that token for use | ||
in Deephaven. |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -181,4 +181,5 @@ <h3>Persistent Query Configurations</h3> | |
|
||
|
||
</body> | ||
</html> | ||
</html> | ||
|