This release of the OIDC Provider supports web-based OIDC Client applications using browser re-direction to govern user-experience. This includes support for app-based OIDC Client applications using web-views. The OIDC Client is in either case in control on how and where each of the involved dialoges is integrated with the OIDC Client application. Three common user-experience alternatives are as follows:
- Redirect: Redirect of the entire application page
- Inline: Re-direct of an iframe embedded in the application (mother) page
- Window: Re-direct of a pop-up (window) from the application (mother) page
The JS Connector may simplify the frontend integration with the OIDC Provider.