Skip to content

Commit

Permalink
DEX SSO configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
plessbd committed Jul 17, 2020
1 parent 2da534f commit 4b3c306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ondemand/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rnode_uri: "/rnode"
oidc_scope: "openid profile email groups"
dex:
client_redirect_uris:
- "https://localhost:4443/simplesaml/module.php/authglobus/linkback.php"
- "https://localhost:4443/simplesaml/module.php/authoidcoauth2/linkback.php"
- "https://localhost:2443/oidc/callback/"
client_secret: 334389048b872a533002b34d73f8c29fd09efc50
client_id: localhost
Expand Down
4 changes: 2 additions & 2 deletions xdmod/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ yum install -y \
#------------------------
# XDMoD Installation
#------------------------
yum install -y https://tas-tools-ext-01.ccr.xdmod.org/9.0.0rc1/xdmod-9.0.0-0.1.rc1.el7.noarch.rpm \
https://tas-tools-ext-01.ccr.xdmod.org/9.0.0rc1/xdmod-supremm-9.0.0-0.1.rc1.el7.noarch.rpm \
yum install -y https://tas-tools-ext-01.ccr.xdmod.org/9.0.0rc2/xdmod-9.0.0-0.2.rc2.el7.noarch.rpm \
https://tas-tools-ext-01.ccr.xdmod.org/9.0.0rc2/xdmod-supremm-9.0.0-0.2.rc2.el7.noarch.rpm \
https://github.com/ubccr/supremm/releases/download/1.4.0rc01/supremm-1.4.0-rc01.el7.x86_64.rpm

sed -i 's/.*date.timezone[[:space:]]*=.*/date.timezone = UTC/' /etc/php.ini
Expand Down

0 comments on commit 4b3c306

Please sign in to comment.