azens1995 / spring-security-oauth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Security with OAuth 2.0

Description

This is a learning repository for testing the OAuth 2.0 with Spring Security.

We will be using the GitHub as the Authorization server as well Resource Server. For this, we will be using the Authorization Code Grant type.

To run this application, you will need the client-id and client-secret.

To create your own client-id and client-secret, follow the following steps:

  1. Go to this url
  2. Fill up the form:
  3. Add the following information to fill up the forms:
  • Application Name: Any name that you wish to add
  • Homepage URL: Homepage URL for your SSO App
  • Authorization Callback URL: Callback URL which will be called to send the authorization code
  1. Click on Register Application

About


Languages

Language:Java 99.4%Language:HTML 0.6%