Skip to content

Commit c3e34dc

Browse files
authored
Support for deploying minio/console with IDP integration (#221)
1 parent cd547e9 commit c3e34dc

File tree

6 files changed

+619
-1
lines changed

6 files changed

+619
-1
lines changed

models/create_tenant_request.go

+25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

models/idp_configuration.go

+299
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

portal-ui/src/screens/LoginPage/LoginPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ const Login = ({ classes, userLoggedIn }: ILoginProps) => {
250250
</Typography>
251251
<Button
252252
component={"a"}
253-
href={loginStrategy.redirect}
253+
href={loginStrategy.redirect.replace("%5BHOSTNAME%5D", window.location.hostname)}
254254
type="submit"
255255
fullWidth
256256
variant="contained"

0 commit comments

Comments
 (0)