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

Feat/saml #983

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
8 changes: 8 additions & 0 deletions modules/st2-login/login.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,14 @@ export default class Login extends React.Component {
</span>
</label>
</LoginRow>
<LoginRow>
<div style={{padding: '0.5em 0em', textAlign: 'center', width: '100%'}}>Or</div>
</LoginRow>
<LoginRow style={style} >
<a href="/auth/sso/request" className={cx('st2-forms__button', style.button)} style={{color: '#ffffff', width: '100%'}}>
pimguilherme marked this conversation as resolved.
Show resolved Hide resolved
Login with SSO
</a>
</LoginRow>

<LoginBottomRow style={style} >
<a target="_blank" rel="noopener noreferrer" href={this.docsLink}>
Expand Down