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

Allow limiting users based on userinfo #3

Open
ajmyyra opened this issue Sep 30, 2018 · 3 comments
Open

Allow limiting users based on userinfo #3

ajmyyra opened this issue Sep 30, 2018 · 3 comments

Comments

@ajmyyra
Copy link
Owner

ajmyyra commented Sep 30, 2018

Currently every user able to login at OIDC endpoint will be let in. Make it possible to limit users, for example with email domain or if their email_verified is set to true.

@travisghansen
Copy link

Inspired by this and other projects, I started a generic external auth service that I'd be interested to have your feedback on: https://github.com/travisghansen/external-auth-server

I haven't specifically added assertions based on userinfo yet, but I'm real close. I'd love another set of eyes if you have any interest.

@ajmyyra
Copy link
Owner Author

ajmyyra commented May 24, 2019

Looks cool, really great to have more generic approach to the issue! I'll take a look in a few days when I've got time (just got back from vacation, so jetlag is a thing :)

@travisghansen
Copy link

Great! Assertions have been implemented now for both id_token and userinfo data..

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

No branches or pull requests

2 participants