WASdev/sample.microservices.security

Name: sample.microservices.security

Owner: WASdev

Description: Sample code showing how to provide secure microservices.

Created: 2015-11-04 11:06:24.0

Updated: 2017-11-30 18:32:16.0

Pushed: 2017-03-09 18:52:02.0

Homepage:

Size: 196

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Work in progress

Attempting to show 3 approaches

Propagated Access Token

Signed JWT

API Key

Each approach has 3 projects

op - the open id connect provider server. rp - the open id connect relying party. (Also known as 'the app', or 'the client') rs - a microservice invoked by the app

Each project runs as its own standalone liberty configuration.

Ports have been selected to allow the 3 projects for each approach to coexist on a single host.

Note:

This is a first commit to establish project structure.. much is still yet to come / be adjusted.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.