Skip to content

mkbrechtel/hello-oidc-auth-with-oauth2-proxy

Repository files navigation

Hello OIDC Authentication with oauth2-proxy!

An example on how to implement OIDC Authentication with oauth2-proxy and different Apps/Frameworks.

Run!

To choose one of the different app setups run:

Then go to http://localhost:4180

Login

Go to localhost:8007

Test user: asdf pass: asdf

Services

Development

Update Keycloak Test Realm

To update the keycloak realm configuration, you can use the keycloak admin cli.

chmod -R a+rwX keycloak/data/import/
docker-compose down --remove-orphans
docker-compose run --rm keycloak export --dir /opt/keycloak/data/import --realm hello

This will update your import files in keycloak/data/import.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published