test845 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <testcase>
  2. <info>
  3. <keywords>
  4. IMAP
  5. SASL
  6. SASL AUTH OAUTH2
  7. SASL-IR
  8. RFC6749
  9. RFC7628
  10. </keywords>
  11. </info>
  12. #
  13. # Server-side
  14. <reply>
  15. <servercmd>
  16. AUTH OAUTHBEARER
  17. CAPA SASL-IR
  18. REPLY AUTHENTICATE + eyJzdGF0dXMiOiJpbnZhbGlkX3Rva2VuIiwic2NvcGUiOiJleGFtcGxlX3Njb3BlIiwib3BlbmlkLWNvbmZpZ3VyYXRpb24iOiJodHRwczovL2V4YW1wbGUuY29tLy53ZWxsLWtub3duL29wZW5pZC1jb25maWd1cmF0aW9uIn0=
  19. REPLY AQ== A002 NO Authentication failed
  20. </servercmd>
  21. </reply>
  22. #
  23. # Client-side
  24. <client>
  25. <server>
  26. imap
  27. </server>
  28. <name>
  29. IMAP OAuth 2.0 (OAUTHBEARER) failure as continuation with initial response
  30. </name>
  31. <command>
  32. 'imap://%HOSTIP:%IMAPPORT/845/;UID=1' -u user --oauth2-bearer mF_9.B5f-4.1JqM
  33. </command>
  34. # The protocol section doesn't support ways of specifying the raw data in the
  35. # base64 encoded message so we must assert this
  36. <precheck>
  37. perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%IMAPPORT' ne '9003' );"
  38. </precheck>
  39. </client>
  40. #
  41. # Verify data after the test has been "shot"
  42. <verify>
  43. # 67 - CURLE_LOGIN_DENIED
  44. <errorcode>
  45. 67
  46. </errorcode>
  47. #
  48. # The multi interface considers a broken "CONNECT" as a prematurely broken
  49. # transfer and such a connection will not get a "LOGOUT"
  50. <protocol>
  51. A001 CAPABILITY
  52. A002 AUTHENTICATE OAUTHBEARER dXNlcj11c2VyAWhvc3Q9MTI3LjAuMC4xAXBvcnQ9OTAwMwFhdXRoPUJlYXJlciBtRl85LkI1Zi00LjFKcU0BAQ==
  53. AQ==
  54. </protocol>
  55. </verify>
  56. </testcase>