https://github.com/philips-labs/hsdp-iam
https://github.com/philips-labs/hsdp-iam
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/philips-labs/hsdp-iam
- Owner: philips-labs
- Created: 2020-08-14T18:27:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T17:54:23.000Z (about 5 years ago)
- Last Synced: 2025-01-18T05:30:49.239Z (9 months ago)
- Language: Kotlin
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#HSDP-IAM
This is a project to test using Spring5 OAuth2 libraries with HSDP's IAM OAuth clients. Change the properties in the application.yml to your IAM setting and then run it like a normal spring boot application
```
./gradlew clean build bootRun
```
or
```
./gradlew clean build;java -jar build build/libs/hsdp-iam-0.0.1-SNAPSHOT.jar
```Then browse to http://localhost:8080