If I send a request without a token to an api endpoint that does not require authentication I get the following warning: No validator configured for reference token. Ensure ApiName and ApiSecret have been configured to use introspection.
Did I miss something in my configuration? I have set SupportedTokens to Jwt because I don't want to use reference tokens.
Not sure if this is an issue in the token validator or if I miss something in my configuration. I'm using the following configuration for my api:
If I send a request without a token to an api endpoint that does not require authentication I get the following warning:
No validator configured for reference token. Ensure ApiName and ApiSecret have been configured to use introspection.
Did I miss something in my configuration? I have set SupportedTokens to Jwt because I don't want to use reference tokens.
Thanks