Skip to content
#

identity

Here are 917 public repositories matching this topic...

Crevil
Crevil commented Feb 11, 2021

Describe the bug

Thank you for a great project and documentation. I ran into a bug (I think) while playing with the 5 minute tutorial.

When revoking an access token that is not found the hydra server returns a 404 response but this is not a defined response in the swagger specification. This leads to an error like `response status code does not match any response statuses defined for thi

pomerium
travisgroth
travisgroth commented Aug 14, 2019

Is your feature request related to a problem? Please describe.

As observed during #261, users can accidentally set timeouts inconsistently. A concrete example is that one can set a User facing timeout lower than any backend timeout, such that requests may fail early.

Describe the solution you'd like

We should provide some sanity checking to prevent unintended timeout behavior.

andrewbanchich
andrewbanchich commented Feb 17, 2021

To reproduce:

  1. Create an identity using foo@test.com.
  2. Generate recovery link for that account.
  3. Set password using the recovery link.
  4. While logged in on the same computer, create a new identity bar@test.com.
  5. Generate a recovery link for bar@test.com.
  6. Clicking on the link opens the UI, but still logged in as foo@test.com.
janschoelchAtOK
janschoelchAtOK commented Jun 26, 2020

Is your feature request related to a problem? Please describe.
This feature request is Android related. We would like to enable the WindowManagerFlags.Secure flag on every bit of our app, so that the app content gets hidden once the app enters the background (e.g. in Android task overview). This flag also prevents the user from taking screenshots. Adam Pedley once wrote a nice and short blog

Improve this page

Add a description, image, and links to the identity topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the identity topic, visit your repo's landing page and select "manage topics."

Learn more