Skip to content

Use launch_url for oidc login target_link_uri parameter

Choose a tag to compare

@schenedx schenedx released this 01 Feb 18:09
· 384 commits to master since this release
800dd7f

The target_link_uri specified within the OIDC login URL parameter is different from the claim message construction target_link_uri. According to documentation, they need to be the same and the value should be the tool launch URL.

Update the code to match the spec above.