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

https://github.com/philips-labs/hsdp-iam-authorize-ui-customization


https://github.com/philips-labs/hsdp-iam-authorize-ui-customization

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

Customizing the UI in authorization code flow
=============================================

Description
-----------
Sample application which shows customized pages to the end-users during the authorization flow.

Application includes a JavaScript library which is available in all IAM environments in the following location:`/resources/iam_authorization-2.0.0.js`.
Clients can also develop custom application and call the JS library to implement the flow.

Steps to deploy
---------------
1. Create an OAuth2.0 Client with IAM and provide the ID in `client_id` attribute of src/main/resources/static/iam-renderui.js.
2. `REDIRECT_URI` of the OAuth2.0 Client created should also be mentioned in src/main/resources/static/iam-renderui.js.
3. Set `AM_HOST` variable pointing to IAM Authorize deployment url while deploying the application.
4. Launch the application using {{ applicationURL }}/customerapplication.