Skip to content

Commit

Permalink
Merge pull request #1341 from kysrpex/elixir_scope_offline_access
Browse files Browse the repository at this point in the history
Enable `offline_access` scope for Elixir OIDC provider
  • Loading branch information
bgruening authored Oct 31, 2024
2 parents 3806c88 + 4de3877 commit b37fc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/galaxy/config/oidc_backends_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Please mind `http` and `https`.
<prompt>consent</prompt>
<icon>https://lifescience-ri.eu/fileadmin/lifescience-ri/media/Images/button-login-small.png</icon>
<!-- (Optional) Extra scopes you need to request for your implementation -->
<!-- <extra_scopes>offline_access,something-else</extra_scopes> -->
<extra_scopes>offline_access</extra_scopes>

</provider>
<provider name="Keycloak">
Expand Down

0 comments on commit b37fc06

Please sign in to comment.