Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug saml authentication via openssl #6

Open
jongra opened this issue Sep 11, 2020 · 0 comments
Open

Debug saml authentication via openssl #6

jongra opened this issue Sep 11, 2020 · 0 comments

Comments

@jongra
Copy link

jongra commented Sep 11, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant