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
Hello,
After some debugging, the test.sh script runs smooth for given keycloak saml credentials - Many thanks to all of you writing issues in this project!
Now I'd like to login to a dovecot server using the openssl s_client -servername dovecot -connect 127.0.0.1:993
command, followed by the imap command 1 authenticate plain "mailuser" "<Authtoken>".
This rises the error: [ALERT] Invalid base64 data in initial response
-> maybe because of the gzip compression?
Do I have to use another authentication method instead of "plain"?
Are there other ways to test the pam-saml authentication for dovecot?
The text was updated successfully, but these errors were encountered:
Hello,
After some debugging, the test.sh script runs smooth for given keycloak saml credentials - Many thanks to all of you writing issues in this project!
Now I'd like to login to a dovecot server using the
openssl s_client -servername dovecot -connect 127.0.0.1:993
command, followed by the imap command
1 authenticate plain "mailuser" "<Authtoken>"
.This rises the error:
[ALERT] Invalid base64 data in initial response
-> maybe because of the gzip compression?
Do I have to use another authentication method instead of "plain"?
Are there other ways to test the pam-saml authentication for dovecot?
The text was updated successfully, but these errors were encountered: