We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In SODAR v1.0 we introduce token-based authentication to allow OIDC users to access iRODS. See bihealth/sodar-core#1999.
Currently token logins fail with the following error:
[davrods:error] [pid 20] [client 172.20.0.2:57812] Password exceeds length limits (64 vs 63)
This limit needs to be increased.
The text was updated successfully, but these errors were encountered:
fix password length for token auth (#4)
f39c8b2
Fixed, to be merged together with #3 and #6.
Sorry, something went wrong.
update for irods 4.3 and ubuntu, fix password length limit (#3, #4, #6)
d0234ce
mikkonie
No branches or pull requests
In SODAR v1.0 we introduce token-based authentication to allow OIDC users to access iRODS. See bihealth/sodar-core#1999.
Currently token logins fail with the following error:
This limit needs to be increased.
The text was updated successfully, but these errors were encountered: