-
Notifications
You must be signed in to change notification settings - Fork 5
serve correct index oidc #1036
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
serve correct index oidc #1036
Conversation
|
This looks good. I just don't see the check for if oidc is enabled. |
|
|
|
So when OIDC is enabled, a new step is added before the existing step. So the existing step becomes the second, and the OIDC becomes the first. And we have this trick to make it happen. The backend forwards to correct files. |
705b58b to
4a02ae0
Compare
not sure how to check that, any pointers ? |
aee98d5 to
1bcc116
Compare
done |
ok, not sure what to do with that information, do you have any other fix that can be applied all is fine from my side |
1bcc116 to
800df03
Compare
No, it was partly talking to myself |
800df03 to
dfb0986
Compare
But for this one something needs to be done, so it replaces only on |
70f96cb to
70ff0b8
Compare
Description
When deploying with OIDC_ENABLED the
index.htmlpage seems to be missingThis is an attempt to fix thisby using https://vitejs.dev/guide/api-plugin.html#transformindexhtml
Related issues
Type of change
Changes Made
index.jswithindex_oidc.jsindex_oidc.htmlpage as I don't think it is required with this replacementTesting
Mentions
I am open to any other fixes