Learn how to create a LDAP and a database authentication provider in a Micronaut Application.
Learn how to secure a Micronaut application using 'Basic' HTTP Authentication Scheme.
Learn how to secure a Micronaut application using JWT (JSON Web Token) Authentication.
Learn how to secure a Micronaut application using JWT (JSON Web Token) based authentication where the JWT tokens are transported via Cookies.
Learn how to secure a Micronaut application using Session based authentication.
Learn how to leverage token propagation in the Micronaut framework to simplify your code while keeping your microservices secure.
Learn how to create a Micronaut application and secure it with an Authorization Server provided by Okta.
Learn how to create a Micronaut application and secure it with Strava and provide authentication with OpenID Connect
Learn how to create a Micronaut application and secure it with an Authorization Server provided by Github. Learn how to write your own Authentication Mapper.
Learn how to create a Micronaut application and secure it with an Authorization Server provided by Auth0.
Learn how to use Client Credentials Flow between Micronaut microservices with an Authorization Server provided by Auth0.
Learn how to implement mutual authentication using SSL and X.509 certificates.
Learn how to write an OpenAPI definition, use it to generate a server template for a Micronaut application, and get it all to work
Learn how to secure a Micronaut application using an API Key.
Learn how to create a Micronaut application and secure it with an Authorization Server provided by Keycloak.

Oracle Cloud Oracle Cloud

Learn how to create a secured Micronaut application and authenticate with OpenID Connect in Oracle Cloud.

Amazon Web Services Amazon Web Services

Learn how to create a Micronaut application and secure it with an Authorization Server provided by Cognito.
Learn how to use Client Credentials Flow between Micronaut microservices with an Authorization Server provided by Amazon Cognito.

Google Cloud Platform Google Cloud Platform

Learn how to create a Micronaut application and secure it with Google and provide authentication with OpenID Connect