Sign inSign up

gramal/outlook-oauth2-proxy

By gramal

Updated about 7 years ago

Docker image for outlook oauth2_proxy fork. That supports Azure ad groups

Image
0

280

gramal/outlook-oauth2-proxy repository overview

outlook-oauth2-proxy

A docker image of https://github.com/outlook/oauth2_proxy. The oauth2_proxy fork that supports Azure AD groups

Motivation

Use the Azure AD groups feature until its implemented in the official oauth2_proxy project

Usage

docker run -it --rm -p 8080:8080 gramal/outlook-oauth2-proxy:latest \
  -client-id='YOUR_CLIENT_ID' \
  -client-secret='YOUR_CLIENT_SECRET' \
  -provider=azure \
  -cookie-expire=30m \
  -cookie-secret=qRDG0j8I \
  -cookie-secure=false \
  -upstream='https://someupstream.youcompany.com' \
  -http-address='0.0.0.0:8080' \
  -email-domain='*' \
  -redirect-url='http://localhost:8080/oauth2/callback' \
  -pass-groups=true \
  -permit-groups='group-that-has-access-to-upstream'

Tag summary

Content type

Image

Digest

Size

286.1 MB

Last updated

about 7 years ago

docker pull gramal/outlook-oauth2-proxy