How to add apiKey in the publish REST webservice authorization window?

0
Hello, currently I have created the REST webservice which is using the basic authorization as shown in the image below. I am using swagger to access this webservice.  Is it possible to additionally add “apiKeyAuth” along with the basic authorization (username & password)?     Example:  
asked
2 answers
1

Hi, is this helpful?

 

Under the fieldset ‘Security’ when you activate ‘custom’ you can set a Microflow.

In this Microflow you can add a input parameter with the type ‘String’ and name it ‘ApiKeyAuth’.

After that, at the end of the row after the Microflow in the security tab, you can manage ‘Parameters’.

In this, you can add your parameter as a Header parameter

 

answered
0

Did you publish a REST service or consume a REST service?

When publishing you can use the authentication method ‘Custom’ and use a Microflow to handle the specific header key.

answered