Skip to content

Commit

Permalink
Use Stage SSO in Stage env (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
kruai authored May 1, 2020
1 parent dd595d6 commit d0c2cef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/jwt/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ export const DEFAULT_ROUTES = {
qaprodauth: {
url: ['qaprodauth.foo.redhat.com', 'qaprodauth.cloud.redhat.com'],
sso: 'https://sso.redhat.com/auth'
},
stage: {
url: ['cloud.stage.redhat.com'],
sso: 'https://sso.stage.redhat.com/auth'
}
};

Expand Down

0 comments on commit d0c2cef

Please sign in to comment.