cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
645
Views
0
Helpful
2
Replies

Is there any way to remove authorization in RESTCONF API

haoywang
Cisco Employee
Cisco Employee

Is there a way to call restconf API without any authorization info in the HTTP header?

2 Replies 2

perander
Cisco Employee
Cisco Employee
Do you mean to not authenticate at all or do you mean some other type of authentication?
It's possible to use token based authentication with RESTCONF, it is documented in the
AAA chapter in the user guide.

The customer want no authenticate at all. But also, they would like us to list all the possible auth methods. I will look into the token based method. Thanks for your reply.