-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Azure AD: "Record does not exist" on subsequent logins #206
Comments
Can you verify that the |
@danschultzer I've the same issue when I try use a Custom ID generator, like: Exnowflake I can register the user with the GitHub provider. But I can't log in after the session expires: I thought it was related to belongs_to. But it seems not. https://elixirforum.com/t/custom-useridentity-belongs-to-type/37530 |
Yes.
Also yes.
Anything else I can do? |
@pehbehbeh try to use the |
The |
I also get this for a custom integration, looks like it's from pow-auth/pow@4b3433b Can we get a release for this? Happy using master until then. Thanks! |
We just setup Azure AD. The first login / registration works like a charm. But when we logout and login again, we get the following error:
The record for the
user_identity
(and theuser
) definitely exists in the database. Do you have any idea how to solve this problem?The text was updated successfully, but these errors were encountered: