Skip to content

Commit

Permalink
Support for deploying minio/console with IDP integration (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alevsk authored Aug 3, 2020
1 parent cd547e9 commit c3e34dc
Show file tree
Hide file tree
Showing 6 changed files with 619 additions and 1 deletion.
25 changes: 25 additions & 0 deletions models/create_tenant_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

299 changes: 299 additions & 0 deletions models/idp_configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion portal-ui/src/screens/LoginPage/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ const Login = ({ classes, userLoggedIn }: ILoginProps) => {
</Typography>
<Button
component={"a"}
href={loginStrategy.redirect}
href={loginStrategy.redirect.replace("%5BHOSTNAME%5D", window.location.hostname)}
type="submit"
fullWidth
variant="contained"
Expand Down
Loading

0 comments on commit c3e34dc

Please sign in to comment.