Loading lib/galaxy/authnz/xsd/oidc_backends_config.xsd +0 −7 Original line number Diff line number Diff line Loading @@ -156,13 +156,6 @@ </xs:documentation> </xs:annotation> </xs:element> <xs:element name="alias" minOccurs="0" type="xs:string"> <xs:annotation> <xs:documentation> Specifies alias to be used in web client. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="required_scope" minOccurs="0" type="xs:string"> <xs:annotation> <xs:documentation> Loading lib/galaxy/webapps/galaxy/controllers/authnz.py +2 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,8 @@ class OIDC(JSAppLauncher): msg = "Login to Galaxy using third-party identities is not enabled on this Galaxy instance." log.debug(msg) return trans.show_error_message(msg) if next == "/null": next = None if next: trans.set_cookie(value=next, name=LOGIN_NEXT_COOKIE_NAME, age=1) else: Loading Loading
lib/galaxy/authnz/xsd/oidc_backends_config.xsd +0 −7 Original line number Diff line number Diff line Loading @@ -156,13 +156,6 @@ </xs:documentation> </xs:annotation> </xs:element> <xs:element name="alias" minOccurs="0" type="xs:string"> <xs:annotation> <xs:documentation> Specifies alias to be used in web client. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="required_scope" minOccurs="0" type="xs:string"> <xs:annotation> <xs:documentation> Loading
lib/galaxy/webapps/galaxy/controllers/authnz.py +2 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,8 @@ class OIDC(JSAppLauncher): msg = "Login to Galaxy using third-party identities is not enabled on this Galaxy instance." log.debug(msg) return trans.show_error_message(msg) if next == "/null": next = None if next: trans.set_cookie(value=next, name=LOGIN_NEXT_COOKIE_NAME, age=1) else: Loading