-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add links in documentation to relevant security guides. (#1512)
* Add links to guides for JWT/JWK, OAuth and LDAP. * Add links to guides for session auth. * Add links to guides for Client Credentials Flow.
- Loading branch information
Showing
6 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
src/main/docs/guide/authenticationStrategies/jwt/jwtGuides.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Read the following guides to learn more about JSON Web Token and JSON Web Keys: | ||
|
||
- https://guides.micronaut.io/latest/micronaut-cli-jwkgen.html[JWK generation with a micronaut command line application] | ||
- https://guides.micronaut.io/latest/micronaut-security-keys-jwks.html[JWK keys endpoint] | ||
- https://guides.micronaut.io/latest/micronaut-security-jwt.html[Micronaut JWT authentication] | ||
- https://guides.micronaut.io/latest/micronaut-security-jwt-cookie.html[Micronaut JWT authentication via cookies] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
src/main/docs/guide/oauth/flows/clientcredentials/clientCredentialGuides.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Read the following guides to learn more abut Client Credentials Flow: | ||
|
||
- https://guides.micronaut.io/latest/micronaut-oauth2-client-credentials-auth0.html[Client Credentials Flow with Micronaut and Auth0] | ||
- https://guides.micronaut.io/latest/micronaut-oauth2-client-credentials-cognito.html[Client Credentials Flow with Micronaut and Amazon Cognito] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Read the following guides to learn more abut OAuth: | ||
|
||
- https://guides.micronaut.io/latest/micronaut-oauth2-auth0.html[Secure a Micronaut application with Auth0] | ||
- https://guides.micronaut.io/latest/micronaut-oauth2-cognito.html[Secure a Micronaut application with Cognito] | ||
- https://guides.micronaut.io/latest/micronaut-oauth2-github.html[Secure a Micronaut application with Github] | ||
- https://guides.micronaut.io/latest/micronaut-oauth2-oidc-google.html[Secure a Micronaut application with Google] | ||
- https://guides.micronaut.io/latest/micronaut-oauth2-keycloak.html[Secure a Micronaut application with Keycloak] | ||
- https://guides.micronaut.io/latest/micronaut-oauth2-linkedin.html[Secure a Micronaut application with LinkedIn] | ||
- https://guides.micronaut.io/latest/micronaut-oauth2-okta.html[Secure a Micronaut application with Okta] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters