This repository is obsolete. Latest contents are maintained under new-docs. Therefore, please DO NOT open issues, fork or send pull request to this repository.
cURL Sample does not work properly when putting a line feed inside enclosed in single quotes.
(Double quotation instead of single quotation may work correctly)
eg.
292_OAuth2_Authorization_Endpoint
curl "https://cell1.unit1.example/__authz" -X POST -i \
-d 'response_type=token&client_id=https://app-cell1.unit1.example/&\
redirect_uri=https://app-cell1.unit1.example/__/redirect.md&\
state=0000000111&username=account1&password=pass'
It is necessary to find and correct the target part.
cURL Sample does not work properly when putting a line feed inside enclosed in single quotes. (Double quotation instead of single quotation may work correctly)
eg. 292_OAuth2_Authorization_Endpoint
It is necessary to find and correct the target part.