-
Notifications
You must be signed in to change notification settings - Fork 19
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
Include an OAuth server #2
Comments
Great Idea tho i have no experience with it yet. |
Well that's why I was asking if it was a feature you'd be interested in. I'll take a crack at it. |
please go ahead :) having something integrated upon my own code would be great. |
I've been working on converting https://github.com/authlib/example-oidc-server into a blueprint this app can use. This work is taking place here: https://github.com/traverseda/glauth-ui/tree/OpenId I'm think I've got the basic routing and stuff working, but I'm having a bit of trouble getting database migrations to work. I don't have a lot of experience with docker and I don't have a good workflow for running the migration generator in docker and getting the results back in to the git repo. Sorry for the relative lack of comments, but at this point I am just bringing in the example app. |
Why do you have to run the migration generator in docker (flask db migrate)? As far as i thought you can create those in your dev environment and then docker will migrate its db using the flask db upgrade command in boot.sh if its not the latest version. But i had some problems with this before even without docker which were related to sqlite. Hope i have some time tomorrow to check out you work. |
I'm pretty consistently getting I set SQLALCHEMY_DATABASE_URI to |
Hmm is this in absolute path? |
Is that a feature you'd be interested in including in this project? The lepture/authlib project looks like it would be a good place to start. A lot of apps are able to get user data from OAuth, and covering both LDAP and OAuth covers a large segment of potential downstream apps.
It would also be nice to support OpenID Connect once authlib's support for it is in stable.
The text was updated successfully, but these errors were encountered: