An open API service indexing awesome lists of open source software.

https://github.com/philips-labs/hsdp-iam


https://github.com/philips-labs/hsdp-iam

Last synced: 7 months ago
JSON representation

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