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
- Host: GitHub
- URL: https://github.com/philips-labs/hsdp-iam-authorize-ui-customization
- Owner: philips-labs
- License: mit
- Created: 2021-08-03T07:19:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-06T11:56:40.000Z (about 4 years ago)
- Last Synced: 2025-06-08T21:02:15.157Z (4 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.