Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spring boot authorization quickstart title #10335

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Spring Boot API
description: Secure your API using Spring Security 5 and Auth0
description: Secure your API using the Okta Spring Boot Starter
interactive: true
alias:
- spring security
Expand All @@ -18,7 +18,7 @@ github:
path: 01-Authorization-MVC
---

# Secure your API using Spring Security 5 and Auth0
# Add authorization to a Spring Boot application

Auth0 allows you to quickly add authorization to your application. This guide demonstrates how to integrate Auth0 with any new or existing Spring Boot application.

Expand Down Expand Up @@ -153,4 +153,4 @@ If your application did not launch successfully:
Still having issues? Check out our [documentation](https://auth0.com/docs) or visit our [community page](https://community.auth0.com) to get more help.

:::
::::
::::
Loading