Skip to content
Snippets Groups Projects
Commit 30c58a2b authored by Tobias Kuhnert's avatar Tobias Kuhnert
Browse files

Merge branch '448-change-ufz-idp-to-hifis-idp' into 'develop'

Resolve "Change UFZ IDP to Hifis IDP"

See merge request !480
parents 293ed955 66e1fd82
No related branches found
No related tags found
3 merge requests!486Develop,!481Develop,!480Resolve "Change UFZ IDP to Hifis IDP"
......@@ -49,7 +49,7 @@ ARG NUXT_ENV_PID_BASE_URL=https://hdl.handle.net
ENV NUXT_ENV_PID_BASE_URL $NUXT_ENV_PID_BASE_URL
# And those remaining settings
ENV NUXT_ENV_SCOPE openid profile email offline_access
ENV NUXT_ENV_SCOPE openid profile eduperson_principal_name email offline_access
# The allowed mime types
ARG ALLOWED_MIME_TYPES_ARG=application/x-abiword,application/x-freearc,application/vnd.amazon.ebook,image/bmp,application/x-bzip,application/x-bzip2,text/csv,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/epub+zip,application/gzip,image/gif,text/html,image/vnd.microsoft.icon,text/calendar,image/jpeg,application/json,application/ld+json,application/vnd.oasis.opendocument.presentation,application/vnd.oasis.opendocument.spreadsheet,application/vnd.oasis.opendocument.text,image/png,application/pdf,application/vnd.ms-powerpoint,application/vnd.openxmlformats-officedocument.presentationml.presentation,application/vnd.rar,application/rtf,image/svg+xml,application/x-tar,image/tiff,image/tiff,text/plain,image/webp,application/xhtml+xml,application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/xml,application/vnd.mozilla.xul+xml,application/zip,application/x-7z-compressed
......@@ -59,10 +59,10 @@ ENV NUXT_ENV_ALLOWED_MIMETYPES $ALLOWED_MIME_TYPES_ARG
ARG NUXT_ENV_OIDC_SCHEME=true
ENV NUXT_ENV_OIDC_SCHEME $NUXT_ENV_OIDC_SCHEME
ARG NUXT_ENV_OIDC_WELL_KNOWN_ARG=https://idc.ufz.de/realms/webapp-base-extern/.well-known/openid-configuration
ARG NUXT_ENV_OIDC_WELL_KNOWN_ARG=https://login.helmholtz.de/oauth2/.well-known/openid-configuration
ENV NUXT_ENV_OIDC_WELL_KNOWN $NUXT_ENV_OIDC_WELL_KNOWN_ARG
ARG NUXT_ENV_OIDC_TOKEN_ARG=https://idc.ufz.de/realms/webapp-base-extern/protocol/openid-connect/token
ARG NUXT_ENV_OIDC_TOKEN_ARG=https://login.helmholtz.de/oauth2/token
ENV NUXT_ENV_OIDC_TOKEN $NUXT_ENV_OIDC_TOKEN_ARG
ARG NUXT_ENV_OIDC_REFRESH_TOKEN=refresh_token
......
......@@ -49,7 +49,7 @@ ARG NUXT_ENV_PID_BASE_URL=https://hdl.handle.net
ENV NUXT_ENV_PID_BASE_URL $NUXT_ENV_PID_BASE_URL
# And those remaining settings
ENV NUXT_ENV_SCOPE openid profile email offline_access
ENV NUXT_ENV_SCOPE openid profile eduperson_principal_name email offline_access
# The allowed mime types
ARG ALLOWED_MIME_TYPES_ARG=application/x-abiword,application/x-freearc,application/vnd.amazon.ebook,image/bmp,application/x-bzip,application/x-bzip2,text/csv,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/epub+zip,application/gzip,image/gif,text/html,image/vnd.microsoft.icon,text/calendar,image/jpeg,application/json,application/ld+json,application/vnd.oasis.opendocument.presentation,application/vnd.oasis.opendocument.spreadsheet,application/vnd.oasis.opendocument.text,image/png,application/pdf,application/vnd.ms-powerpoint,application/vnd.openxmlformats-officedocument.presentationml.presentation,application/vnd.rar,application/rtf,image/svg+xml,application/x-tar,image/tiff,image/tiff,text/plain,image/webp,application/xhtml+xml,application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/xml,application/vnd.mozilla.xul+xml,application/zip,application/x-7z-compressed
......@@ -59,10 +59,10 @@ ENV NUXT_ENV_ALLOWED_MIMETYPES $ALLOWED_MIME_TYPES_ARG
ARG NUXT_ENV_OIDC_SCHEME=true
ENV NUXT_ENV_OIDC_SCHEME $NUXT_ENV_OIDC_SCHEME
ARG NUXT_ENV_OIDC_WELL_KNOWN_ARG=https://idc.ufz.de/realms/webapp-base-extern/.well-known/openid-configuration
ARG NUXT_ENV_OIDC_WELL_KNOWN_ARG=https://login.helmholtz.de/oauth2/.well-known/openid-configuration
ENV NUXT_ENV_OIDC_WELL_KNOWN $NUXT_ENV_OIDC_WELL_KNOWN_ARG
ARG NUXT_ENV_OIDC_TOKEN_ARG=https://idc.ufz.de/realms/webapp-base-extern/protocol/openid-connect/token
ARG NUXT_ENV_OIDC_TOKEN_ARG=https://login.helmholtz.de/oauth2/token
ENV NUXT_ENV_OIDC_TOKEN $NUXT_ENV_OIDC_TOKEN_ARG
ARG NUXT_ENV_OIDC_REFRESH_TOKEN=refresh_token
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment