Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Custom Redirect URL for OIDC and Google #495

Merged

Conversation

ricoberger
Copy link
Member

It is now possible to specify a custom redirect url for the OIDC and Google provider. Since we only have to get the "code" parameter to finish the authentication flow, it doesn't matter if the site is hosted at kubenav.io or a user hosts them by themself. For the user it has not to allow kubenav.io as redirect url.

The following html files can be hosted at the provided redirect url to make it easier to copy the token:

It is now possible to specify a custom redirect url for the OIDC and
Google provider. Since we only have to get the "code" parameter to
finish the authentication flow, it doesn't matter if the site is hosted
at kubenav.io or a user hosts them by themself. For the user it has not
to allow kubenav.io as redirect url.

The following html files can be hosted at the provided redirect url to
make it easier to copy the token:

- https://github.com/kubenav/kubenav/blob/main/kubenav.io/auth/oidc.html
- https://github.com/kubenav/kubenav/blob/main/kubenav.io/auth/google.html
@ricoberger ricoberger added the changelog: added A new feature was added label Feb 2, 2023
@ricoberger ricoberger merged commit 084ebaf into main Feb 2, 2023
@ricoberger ricoberger deleted the allow-custom-redirect-url-for-oidc-and-google-provder branch February 2, 2023 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: added A new feature was added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant