Hi SAP Community,
We are implementing an AS2 integration using SAP Integration Suite and need to use HTTP Basic Authentication for the communication. The Basic Auth username generated/provided for our Integration Suite setup contains special characters, specifically characters such as ! and |
My username have this pattern
sb-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx!|rt-integration-suite-dev!xxxxxx
The receiving system, however, validates Basic Auth usernames against a restricted character set:
^[a-zA-Z0-9-_.]+$
Therefore, characters such as ! and | are rejected and the generated username cannot be configured on the receiving side.
The restriction is on the receiving system and not in SAP Integration Suite.
I would like to understand whether
Any experience with this scenario or pointers to relevant SAP documentation would be appreciated.
Thanks,
Abhilash Chandran
Request clarification before answering.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.