oidc-platform
oidc-platform copied to clipboard
The accept invite and send invite endpoints should accept the `prompt` parameter.
In order to receive a refresh token after logging in, prompt=consent
needs to be included in the login URL.
We also need to make sure that the parameter gets passed along from send invite to the invite link in the email.
And then it needs to get passed on to the linkUrl
that gets passed to the password-reset-success template.