Skip to content

Commit

Permalink
Merge branch 'develop' into dev-fix-table
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia authored Sep 11, 2024
2 parents 007b450 + d1d5bf1 commit 8de1553
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions global.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,22 +106,7 @@ app <- oauth_app("shinysynapse",

# These are the user info details ('claims') requested from Synapse:
claims <- list(
family_name = NULL,
given_name = NULL,
email = NULL,
email_verified = NULL,
userid = NULL,
orcid = NULL,
is_certified = NULL,
is_validated = NULL,
validated_given_name = NULL,
validated_family_name = NULL,
validated_location = NULL,
validated_email = NULL,
validated_company = NULL,
validated_at = NULL,
validated_orcid = NULL,
company = NULL
userid = NULL
)

claimsParam <- toJSON(list(id_token = claims, userinfo = claims))
Expand Down

0 comments on commit 8de1553

Please sign in to comment.