Vouch request: stmcginnis #3555
stmcginnis
started this conversation in
Vouch Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What do you want to work on?
I would like to add a callback hook to the authentication flow for operators to be able to provide custom callback handling in the Go SDK code.
Today post-auth just displays a simple web page saying "Login successful - You can close this window." This works fine, but some users may want to display a more graphically interesting page, or have the login confirmation include links to other resources or details.
I think it would be fairly trivial, and minimally invasive, to expose the ability to add a hook so someone that needs to can control that post-auth page. Default would be to stay as it is today, but this hook would give an optional ability to change that page without making larger modifications to the source.
Why this change?
This is a usability/polish functionality improvement so OpenShell users/operators can customize displayed authentication results based on their needs.
Checklist
All reactions