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

How to handle non e-mail OAuth identities? #598

Open
MaerlantGit opened this issue Dec 17, 2024 · 1 comment
Open

How to handle non e-mail OAuth identities? #598

MaerlantGit opened this issue Dec 17, 2024 · 1 comment
Labels

Comments

@MaerlantGit
Copy link

Hello

We have an idP that doesn't use unique email adresses in their OAuth endpoints (as in: they have a email field, but it can be empty) They do have a unique UserID field.

Is there a way to handle this?

Thanks

@chriskapp
Copy link
Member

This issue was resolved in our discord by simple not providing the email, also the legacy "user attributes" were replaced by the general concept of metadata s. https://docs.fusio-project.org/docs/concepts/metadata which can be used at different objects via the rest api for the user s. https://www.fusio-project.org/api/backend#tag/user/operation/backend.user.create

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants