mozilla-iam / mozilla.oidc.accessproxy

Stand-alone OIDC Access Proxy
Mozilla Public License 2.0
11 stars 10 forks source link

Add a note about redirect_uri as it's one of the major parameter you … #12

Closed gdestuynder closed 6 years ago

gdestuynder commented 6 years ago

…need when setting up OIDC

bookshelfdave commented 6 years ago

Does the example docker command need be updated as well?

gdestuynder commented 6 years ago

the variable currently cannot be passed as an environment variable to docker (i.e. -e redirect_uri_path=xxx would not work)

andrewkrug commented 6 years ago

@gdestuynder looks like you also need to fixup the .travis.yml file so this doesn't fail.

gdestuynder commented 6 years ago

https://github.com/mozilla-iam/mozilla.oidc.accessproxy/issues/13 for travis