Dears,
Can anyone tell me which adapter to use with micronaut? i have server written on micronaut framework and keycloak up and running. For spring boot we use:
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-spring-boot-starter</artifactId>
</dependency>
one more question: Can someone explain to me the flow how we can detect if a user already signed in using keycloak?