Is there a way for ApiKey support

Is there a way to execute OpenApi/Swagger tryout calls using ApiKey only? I tried to add the apikey in the username leaving password blank but that does not seem to work. Any suggestions?

It’s not supported, you can add a feature request on UserVoice to record and track this feature request.

Ok thanks. I created my own ApiKey provider to handle this; in the PreAuthenticate I check upon userName “api” and then use password to validate the ApiKey. It is working like a charm.

1 Like