https://github.com/boburmirzo/authgear-spring-oauth2-example
Authentication for Spring Boot App with Authgear and OAuth2
https://github.com/boburmirzo/authgear-spring-oauth2-example
authentication low-code security spring-boot
Last synced: 10 months ago
JSON representation
Authentication for Spring Boot App with Authgear and OAuth2
- Host: GitHub
- URL: https://github.com/boburmirzo/authgear-spring-oauth2-example
- Owner: Boburmirzo
- Created: 2023-07-10T13:40:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T09:37:32.000Z (almost 3 years ago)
- Last Synced: 2025-06-05T21:48:41.120Z (about 1 year ago)
- Topics: authentication, low-code, security, spring-boot
- Language: HTML
- Homepage: https://www.authgear.com/post/authentication-for-spring-boot-app-with-authgear-and-oauth2
- Size: 65.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authentication for Spring Boot App with Authgear and OAuth2
## What is Authgear?
Authgear is a free-to-use identity platform to manage access to your applications. It uses a special OpenID Connect (OIDC) protocol and OAuth 2.0 Authorization Framework to confirm who users are and allow/disallows them access to protected resources.
This example uses [Spring MVC](https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html)
with [Thymeleaf](https://www.thymeleaf.org/) and [SpringSecurity 6](https://docs.spring.io/spring-security/reference/whats-new.html)
to build a regular web application and it uses Authgear to **add authentication with the login page** provided by Authgear.
The full source code of the examples can be found [on GitHub](https://github.com/Boburmirzo/authgear-spring-oauth2-example).
Read a full blog post to learn step-by-step how to Authgear and run the project:
https://www.authgear.com/post/authentication-for-spring-boot-app-with-authgear-and-oauth2