WSO2 API Manager, is it possible to disable the access-token mechanism

后端 未结 2 617
广开言路
广开言路 2021-01-16 09:21

Is it possible to disable the access-token mechanism in WSO2 API Manager? So we do not have to set the authentication bearer header .I know I can set the access-token time-o

2条回答
  •  星月不相逢
    2021-01-16 09:39

    Also, you can edit the swagger for the resources (In latest api manager versions). In the "Design" tab of api select edit source under the "API Definition" section. Then in the swagger under the specific resource you want to skip authentication edit the attribute x-auth-type as follows

    x-auth-type:None
    

提交回复
热议问题