File tree Expand file tree Collapse file tree 6 files changed +27
-11
lines changed Expand file tree Collapse file tree 6 files changed +27
-11
lines changed Original file line number Diff line number Diff line change 3333 "test:anvil-catalog" : " playwright test -c playwright_anvil-catalog.config.ts"
3434 },
3535 "dependencies" : {
36- "@clevercanary/data-explorer-ui" : " 0.44 .0" ,
36+ "@clevercanary/data-explorer-ui" : " 0.45 .0" ,
3737 "@emotion/react" : " 11.11.1" ,
3838 "@emotion/styled" : " 11.11.0" ,
3939 "@mdx-js/loader" : " ^2.3.0" ,
Original file line number Diff line number Diff line change @@ -8,10 +8,14 @@ export const authenticationConfig: AuthenticationConfig = {
88 googleProfileEndpoint : "https://www.googleapis.com/oauth2/v3/userinfo" ,
99 scope :
1010 "https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile openid" ,
11+ } ,
12+ termsOfService : MDX . RenderComponent ( { Component : MDX . LoginTermsOfService } ) ,
13+ terraAuthConfig : {
14+ terraNIHProfileEndpoint :
15+ "https://firecloud-orchestration.dsde-dev.broadinstitute.org/api/nih/status" ,
1116 terraProfileEndpoint :
1217 "https://sam.dsde-dev.broadinstitute.org/register/user/v1" ,
1318 } ,
14- termsOfService : MDX . RenderComponent ( { Component : MDX . LoginTermsOfService } ) ,
1519 text : MDX . RenderComponent ( { Component : MDX . LoginText } ) ,
1620 title : "Sign in to your account" ,
1721 warning : MDX . RenderComponent ( { Component : MDX . LoginWarning } ) ,
Original file line number Diff line number Diff line change @@ -8,10 +8,14 @@ export const authenticationConfig: AuthenticationConfig = {
88 googleProfileEndpoint : "https://www.googleapis.com/oauth2/v3/userinfo" ,
99 scope :
1010 "https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile openid" ,
11+ } ,
12+ termsOfService : MDX . RenderComponent ( { Component : MDX . LoginTermsOfService } ) ,
13+ terraAuthConfig : {
14+ terraNIHProfileEndpoint :
15+ "https://firecloud-orchestration.dsde-dev.broadinstitute.org/api/nih/status" ,
1116 terraProfileEndpoint :
1217 "https://sam.dsde-prod.broadinstitute.org/register/user/v1" ,
1318 } ,
14- termsOfService : MDX . RenderComponent ( { Component : MDX . LoginTermsOfService } ) ,
1519 text : MDX . RenderComponent ( { Component : MDX . LoginText } ) ,
1620 title : "Sign in to your account" ,
1721 warning : MDX . RenderComponent ( { Component : MDX . LoginWarning } ) ,
Original file line number Diff line number Diff line change @@ -8,10 +8,14 @@ export const authenticationConfig: AuthenticationConfig = {
88 googleProfileEndpoint : "https://www.googleapis.com/oauth2/v3/userinfo" ,
99 scope :
1010 "https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile openid" ,
11+ } ,
12+ termsOfService : MDX . RenderComponent ( { Component : MDX . LoginTermsOfService } ) ,
13+ terraAuthConfig : {
14+ terraNIHProfileEndpoint :
15+ "https://firecloud-orchestration.dsde-dev.broadinstitute.org/api/nih/status" ,
1116 terraProfileEndpoint :
1217 "https://sam.dsde-dev.broadinstitute.org/register/user/v1" ,
1318 } ,
14- termsOfService : MDX . RenderComponent ( { Component : MDX . LoginTermsOfService } ) ,
1519 text : MDX . RenderComponent ( { Component : MDX . LoginText } ) ,
1620 title : "Sign in to your account" ,
1721 warning : MDX . RenderComponent ( { Component : MDX . LoginWarning } ) ,
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ export const authenticationConfig: AuthenticationConfig = {
77 googleProfileEndpoint : "https://www.googleapis.com/oauth2/v3/userinfo" ,
88 scope :
99 "https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile openid" ,
10+ } ,
11+ terraAuthConfig : {
12+ terraNIHProfileEndpoint :
13+ "https://firecloud-orchestration.dsde-prod.broadinstitute.org/api/nih/status" ,
1014 terraProfileEndpoint :
1115 "https://sam.dsde-prod.broadinstitute.org/register/user/v1" ,
1216 } ,
You can’t perform that action at this time.
0 commit comments