oauth
Here are 1,492 public repositories matching this topic...
-
Updated
Aug 12, 2020 - PHP
-
Updated
Aug 9, 2020 - C++
-
Updated
Aug 21, 2020 - Java
-
Updated
Aug 10, 2020 - Ruby
-
Updated
Aug 21, 2020 - TypeScript
-
Updated
Aug 15, 2020 - JavaScript
-
Updated
Aug 14, 2020 - Swift
Is your feature request related to a problem? Please describe.
The public key-based request signing functionality added to sso_proxy in buzzfeed/sso#106 is undocumented. In particular, it's not immediately obvious how to a) generate an appropriate keypair or b) validate a signed request in an upstream service.
Describe the solution you'd like
New documenta
-
Updated
Aug 3, 2020 - Python
-
Updated
Aug 19, 2020 - PHP
-
Updated
Aug 16, 2020 - Python
-
Updated
Sep 9, 2019 - Java
-
Updated
Aug 22, 2020 - Java
-
Updated
May 9, 2020 - Objective-C
Describe the bug
I think this is a similar problem than what was already reported in ory/fosite#434, but elsewhere in the code. I believe all calls to url.QueryUnescape should be removed from the code. Go already escapes all query/form parameters automatically and unescaping again can just break things.
Example:
func GetRedirectURIFromRequestValues(value
-
Updated
Aug 16, 2020 - Python
-
Updated
Aug 20, 2020 - Java
Not seeing how I'd be able to do that. the step certificate create -csr seems to expect to create a new private key
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Aug 6, 2020 - Elixir
-
Updated
Aug 21, 2020 - TypeScript
Improve this page
Add a description, image, and links to the oauth topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the oauth topic, visit your repo's landing page and select "manage topics."
At least in the latest spec: https://openid.net/specs/openid-connect-rpinitiated-1_0.html
Currently Hydra uses
id_token_hintto determine if logout is RP-initiated or OP-initiated. I do not think this is possible by relaying onid_token_hint.Looking at the implementation of
issueLogoutVerifierI think the logic is correct (ifid_token_hintis missing, you ask for consent, if it is p