xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 1 | <testcase> |
| 2 | <info> |
| 3 | <keywords> |
| 4 | SMTP |
| 5 | SASL |
| 6 | SASL AUTH OAUTH2 |
| 7 | RFC4954 |
| 8 | RFC6749 |
| 9 | RFC7628 |
| 10 | </keywords> |
| 11 | </info> |
| 12 | |
| 13 | # |
| 14 | # Server-side |
| 15 | <reply> |
| 16 | <servercmd> |
| 17 | AUTH OAUTHBEARER |
| 18 | REPLY AUTH 334 OAUTHBEARER supported |
| 19 | REPLY %b64[n,a=user,%01host=127.0.0.1%01port=%SMTPPORT%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64% 334 eyJzdGF0dXMiOiJpbnZhbGlkX3Rva2VuIiwic2NvcGUiOiJleGFtcGxlX3Njb3BlIiwib3BlbmlkLWNvbmZpZ3VyYXRpb24iOiJodHRwczovL2V4YW1wbGUuY29tLy53ZWxsLWtub3duL29wZW5pZC1jb25maWd1cmF0aW9uIn0 |
| 20 | REPLY AQ== 535 Username and Password not accepted. Learn more at\r\n535 http://support.example.com/mail/oauth |
| 21 | </servercmd> |
| 22 | </reply> |
| 23 | |
| 24 | #vi |
| 25 | # Client-side |
| 26 | <client> |
| 27 | <server> |
| 28 | smtp |
| 29 | </server> |
| 30 | <name> |
| 31 | SMTP OAuth 2.0 (OAUTHBEARER) failure as continuation |
| 32 | </name> |
| 33 | <stdin> |
| 34 | mail body
|
| 35 | </stdin> |
| 36 | <command> |
| 37 | smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient@example.com --mail-from sender@example.com -u user --oauth2-bearer mF_9.B5f-4.1JqM -T - |
| 38 | </command> |
| 39 | </client> |
| 40 | |
| 41 | # |
| 42 | # Verify data after the test has been "shot" |
| 43 | <verify> |
| 44 | # 67 - CURLE_LOGIN_DENIED |
| 45 | <errorcode> |
| 46 | 67 |
| 47 | </errorcode> |
| 48 | # |
| 49 | # The multi interface considers a broken "CONNECT" as a prematurely broken |
| 50 | # transfer and such a connection will not get a "QUIT" |
| 51 | <protocol> |
| 52 | EHLO %TESTNUMBER
|
| 53 | AUTH OAUTHBEARER
|
| 54 | %b64[n,a=user,%01host=127.0.0.1%01port=%SMTPPORT%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64%
|
| 55 | AQ==
|
| 56 | </protocol> |
| 57 | </verify> |
| 58 | </testcase> |