Skip to content

Commit

Permalink
Enable offline_access scope for Elixir OIDC provider
Browse files Browse the repository at this point in the history
This scope is required to obtain refresh tokens from Elixir (LSAAI). Additionally, the `offline_access` scope in the service registration must be allowed registration on LSAAI's side (https://services.aai.lifescience-ri.eu/spreg/auth/facilities/detail/3686).
  • Loading branch information
kysrpex authored Oct 31, 2024
1 parent 3806c88 commit 4de3877
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 4de3877

Please sign in to comment.