File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test844
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>