Category "micronaut-rest"

Mapped the Yaml configuration to Micronaut swagger open API security configuration

I have the below YAML configuration for OAuth OAuth: authorizationUrl: https://localhost:5001/connect/authorize tokenUrl: https://localhost:5001/connect/tok

Micronaut Security - Set PublicKey for RSASignatureConfiguration

All the examples of how to validate a JWT token that I found in micronaut are using a "secret". They do it this way: micronaut: security: authentication:

Micronaut - Error encoding object to JSON: No serializer found for class io.netty.handler.codec.http.cookie.ServerCookieEncoder

Using Micronaut micronautVersion=3.4.3 getting an below exception for the below code @Validated public interface ICategoryOperation { @Get(value = "/{?searc