commonKtorModule

fun Application.commonKtorModule(prometheus: MeterRegistry, infoModel: InfoModel, identityProvider: IdentityProvider, texasHttpClient: HttpClient? = null): CommonResponse(source)


fun Application.commonKtorModule(prometheus: MeterRegistry, infoModel: InfoModel, identityProviders: List<IdentityProvider>, texasHttpClient: HttpClient? = null): CommonResponse(source)

Installs common Ktor plugins:

  • MicrometerMetrics

  • ContentNegotiation

  • CallLogging

  • Sets up JWT authentication against Azure or tokenx.

  • Genererer Swagger-dokumentasjon