mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-09 04:48:13 +02:00
## Summary Some clients may send RFC7591 Client Registration Request with extra fields that are not part of the spec, and we used too restrictive decoder for that. This PR ignores the unknown fields. ## Related issues <!-- For example... - #159 --> ## User Explanation <!-- How would you explain this change to the user? If this change doesn't create any user-facing changes, you can leave this blank. If filled out, add the `docs` label --> ## Checklist - [ ] reference any related issues - [ ] updated unit tests - [ ] add appropriate label (`enhancement`, `bug`, `breaking`, `dependencies`, `ci`) - [ ] ready for review |
||
---|---|---|
.. | ||
cipher.go | ||
code.go | ||
code_test.go | ||
handler.go | ||
handler_authorization.go | ||
handler_connect.go | ||
handler_list_routes.go | ||
handler_metadata.go | ||
handler_oauth_callback.go | ||
handler_register_client.go | ||
handler_token.go | ||
host_info.go | ||
host_info_test.go | ||
storage.go | ||
storage_test.go | ||
token.go |