We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
... but people expect redirection on auth.
It seems that Embedded UI page get 400 instead of 401 https://github.com/ydb-platform/ydb-embedded-ui/blame/2dbf0f028e7690bd9cf86be5368af3d8638dffcb/src/store/configureStore.ts#L75
so, if change oidc_proxy response on 401 probably will work - needs tests https://github.com/ydb-platform/ydb/blob/main/ydb/mvp/oidc_proxy/oidc_session_create.h#L155
The text was updated successfully, but these errors were encountered:
#4641
Sorry, something went wrong.
StekPerepolnen
No branches or pull requests
... but people expect redirection on auth.
It seems that Embedded UI page get 400 instead of 401
https://github.com/ydb-platform/ydb-embedded-ui/blame/2dbf0f028e7690bd9cf86be5368af3d8638dffcb/src/store/configureStore.ts#L75
so, if change oidc_proxy response on 401 probably will work - needs tests
https://github.com/ydb-platform/ydb/blob/main/ydb/mvp/oidc_proxy/oidc_session_create.h#L155
The text was updated successfully, but these errors were encountered: