###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.
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).
- Main Documentation: https://azure.microsoft.com/en-us/documentation/services/active-directory-b2c/
- OpenId Connect: https://azure.microsoft.com/en-us/documentation/articles/active-directory-b2c-reference-oidc/
- OAuth2: https://azure.microsoft.com/en-us/documentation/articles/active-directory-b2c-reference-oauth-code/
- Policies: https://github.com/Azure/azure-content/blob/master/articles/active-directory-b2c/active-directory-b2c-reference-policies.md