-
Notifications
You must be signed in to change notification settings - Fork 593
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
OIDC Integration (OpenID) example #559
Comments
@vsychov Thanks for sharing this. I'm trying to get it working with azure ad but I'm running into a problem with I'd really appreciate it if you could look at the below and point to what I'm doing wrong. I'm not sure if the dependencies have changed since you originally did the design but I had to edit the
For simplicities sake I'm sticking with SQLite so haven't applied the MySQL patch. The container runs but when you access the login page (original inbuilt one) it doesn't load and crashes the container. The logs show the following:
If I take out
I'm not really sure where to go from here. |
@pwpbarney, it's simple, it seems you don't have the |
Hello,
Because almost all pull requests to this repo stay ignored by maintainer for a long time, I'm creating this as issue, that may helpful for someone else. This is PoC integration oauth2-proxy, that allow to use OpenId providers (list can be found at https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/oauth_provider) with this app. PoC uses docker-compose, but can easy back ported to k8s or etc.
This is steps works on current master revision.
lib/middleware/oidc_handler.js
should be created:docker-compose.yaml
example for simples https://oauth2-proxy.github.io/ integration:Hope this project will be supported again. Big thanks to authors.
The text was updated successfully, but these errors were encountered: