Skip to content

A modification of the project created for the Spring OAuth2 tutorial. This removes facebook and adds Azure B2C authentication instead.

License

Notifications You must be signed in to change notification settings

cicean/azure-b2c-oauth2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

###General

This is just a sample, and a bad one at that.

Please see https://github.com/Xitikit/xitikit-blue for the new updated API and examples (which also need lots of work, but are much better thanks to several great developers).

Even though the main API development has been moved to a new repository, I am keeping this repository active for the purpose of providing examples. Commits and pull-request for this repository are appreciated.

It is better to have as many examples as possible, so if you have some examples you have worked on, please send me a link.

Overview

This project is based of off the Spring Tutorial for using OAuth2.

https://spring.io/guides/tutorials/spring-boot-oauth2/
  • It has been modified to produce a war instead of a jar.
  • The Java Version was changed to 7 instead of 8.
  • You will need to modify the application.yml file to contain your customer name, clientId, and clientSecret for AzureAD B2C.

###Notice The authentication and userdetails loading should now work. HOWEVER, there are a few things I have not done/fixed yet.

  • RSA verification is not being done. Any help on this is appreciated.
  • Token validation should be implemented (see the OpenId Connect link below).

Azure Documentation and Resources

About

A modification of the project created for the Spring OAuth2 tutorial. This removes facebook and adds Azure B2C authentication instead.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.7%
  • HTML 4.3%