You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible that a user will end up at the /orcid endpoint without first having visited/?sso. This will initiate the ORCID authentication step without the presence of SAML data, leading to an error when the app tries to save the ORCID tokens to the database.
We should check for the presence of SAML attributes in the session object and redirect to /?sso if absent.
The text was updated successfully, but these errors were encountered:
It's possible that a user will end up at the
/orcid
endpoint without first having visited/?sso
. This will initiate the ORCID authentication step without the presence of SAML data, leading to an error when the app tries to save the ORCID tokens to the database.We should check for the presence of SAML attributes in the
session
object and redirect to/?sso
if absent.The text was updated successfully, but these errors were encountered: