You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want a simple localhost proxy running with Hydra. My docker-compose is mostly copied from #288,
vouch:
image: quay.io/vouch/vouch-proxy
environment:
- OAUTH_PROVIDER=oidc
- OAUTH_CLIENT_ID=changeme
- OAUTH_CLIENT_SECRET=changeme
- OAUTH_AUTH_URL=http://localhost:3000/oauth2/auth
- OAUTH_TOKEN_URL=http://localhost:3000/oauth2/token
- OAUTH_USER_INFO_URL=http://localhost:3000/userinfo
- OAUTH_END_SESSION_ENDPOINT=http://localhost:3000/oauth2/sessions/logout
- OAUTH_scopes=openid,email,profile
# Be sure to create your Ory Hydra oAuth2.0 client with the below URL as the --callbacks parameter.
# Note that you will get errors if your client has multiple callback URLs registered and uses the 'pairwise' subject identifier.
- OAUTH_CALLBACK_URL=http://localhost:3000/auth=value
# each of these domains must serve the url https://vouch.$domains[0] https://vouch.$domains[1] ...
Is there a way to resolve this for a simple local version?
vouch_1 | {"level":"info","ts":1679675695.5645263,"msg":"setting LogLevel to info"}
vouch_1 | {"level":"info","ts":1679675695.564551,"msg":"configuring oidc OAuth with Endpoint http://localhost:3000/oauth2/auth"}
vouch_1 | {"level":"warn","ts":1679675695.5645716,"msg":"Configuration Warning: for 'oauth.provider: oidc', 'oauth.scopes' should usually contain: -openid -email -profile"}
vouch_1 | {"level":"fatal","ts":1679675695.5646045,"msg":"configuration error: oauth.callback_url (http://localhost:3000/auth=value) must be within a configured domains where the cookie will be set: either `vouch.domains` [] or `vouch.cookie.domain` "}
The text was updated successfully, but these errors were encountered:
I want a simple localhost proxy running with Hydra. My docker-compose is mostly copied from #288,
I see that I require DNS.
vouch-proxy/config/config.yml_example
Line 48 in a676feb
Is there a way to resolve this for a simple local version?
The text was updated successfully, but these errors were encountered: