Skip to content
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

Auth spec shouldn't specify which methods are provided over it #196

Merged
merged 1 commit into from
Mar 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/engine/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ parameters for the WS-handshake are carried in the http headers.

- Client software MUST expose the authenticated Engine API at a port independent from existing JSON-RPC API.
- The default port for the authenticated Engine API is `8551`. The Engine API is exposed under the `engine` namespace.
- On the authenticated endpoint, the legacy API **MUST** also be available.
- The EL **MUST** support at least the following `alg` `HMAC + SHA256` (`HS256`)
- The EL **MUST** reject the `alg` `none`.

Expand Down