Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himash79/microsoft-active-directory-project
Build a Spring boot project with Microsoft Active Directory.
https://github.com/himash79/microsoft-active-directory-project
active-directory microsoft-azure microsoft-graph-api oauth2 spring-boot spring-security
Last synced: 4 days ago
JSON representation
Build a Spring boot project with Microsoft Active Directory.
- Host: GitHub
- URL: https://github.com/himash79/microsoft-active-directory-project
- Owner: himash79
- Created: 2022-05-14T05:01:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-14T05:11:06.000Z (over 2 years ago)
- Last Synced: 2024-11-21T04:11:56.647Z (2 months ago)
- Topics: active-directory, microsoft-azure, microsoft-graph-api, oauth2, spring-boot, spring-security
- Language: Java
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microsoft-Active-Directory-Project
Build a Spring boot project with Microsoft Active Directory.## Requirements
01) Java 1.8 +
02) Maven 3.8 +
03) Microsoft Azure account.## Project setup
01) Clone the project
git clone https://github.com/himash79/Microsoft-Active-Directory-Project.git
02) Configure the MS Azure
Follow the steps of `Micrsoft Azure AD Config.txt` file for configure the project and cloud enviroment.
03) Clean and build the project using maven
open command line (CMD) in project directory and execute 'mvn clean install'
04) Open project using intelij / eclipse
## Initiate the project01) localhost:8090/ - Redirect to home page of project and perform sign in.