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
The text was updated successfully, but these errors were encountered:
chStaiger
changed the title
Implement and test for SSL enabled iRODS
Implement and test login with the anonymous user for SSL enabled iRODS
Jan 8, 2024
Currently we implemented Login for regular users to iRODS and SSL enabled iRODS.
The anonymous user is a special user which can authenticate with iRODS and then use iRODS tickets to get the authorisation to a certain collection or data object.
The commented code implements the authentication for the anonymous user to an iRODS instance which does not use SSL encryption. This needs to be extended to SSL enabled iRODS instances.
From the TODO comment in session.py.
The text was updated successfully, but these errors were encountered: