06-21-2024 09:44 AM
We ran into an issue using the PCCE Outbound API where it seems like the username is case sensitive, however I could not find any documentation on this requirement. If the request is sent using uppercase username, authentication fails with a 401 Unauthorized. If the request is sent using lowercase username, the request is successful.
Is this expected behavior for the API? Thanks!
Solved! Go to Solution.
06-22-2024 03:45 AM
It's not unheard of for some systems to implement case-sensitive usernames, either intentionally or due to a technical oversight. If this is indeed the intended behavior for the PCCE Outbound API, it should be clearly documented. I would suggest to contact the PCCE team at Cisco and ask them to update this in the documentation.
I had a look at the doc and there is sample piece of code in XML which has this, but unsure if this is part of the OutBound API
<loginNameCaseSensitivity>true</loginNameCaseSensitivity>
06-22-2024 03:45 AM
It's not unheard of for some systems to implement case-sensitive usernames, either intentionally or due to a technical oversight. If this is indeed the intended behavior for the PCCE Outbound API, it should be clearly documented. I would suggest to contact the PCCE team at Cisco and ask them to update this in the documentation.
I had a look at the doc and there is sample piece of code in XML which has this, but unsure if this is part of the OutBound API
<loginNameCaseSensitivity>true</loginNameCaseSensitivity>
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide