Skip to content

Commit

Permalink
Add a sample of redirect URL to oidc_backends_config.xml.sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Jan 15, 2018
1 parent b88339e commit 2a6f6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/oidc_backends_config.xml.sample
Expand Up @@ -3,7 +3,7 @@
<provider name="Google">
<client_id> ... </client_id>
<client_secret> ... </client_secret>
<redirect_uri> ... </redirect_uri>
<redirect_uri>http://localhost:8080/authnz/google/callback</redirect_uri>

<!--The value of this parameter specifies whether the Google authorization server should prompt a galaxy
user for (re)authorization and consent. The possible values are: `none`, `consent`, and `select_account`.
Expand Down

0 comments on commit 2a6f6e1

Please sign in to comment.