cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
126
Views
1
Helpful
1
Replies

PCCE API - Outbound

employee417
Cisco Employee
Cisco Employee

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!

1 Accepted Solution

Accepted Solutions

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>

 

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io

View solution in original post

1 Reply 1

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>

 

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io