"admin.auth.allowedWebOrigins":"Allowed Web Origins",
"admin.auth.autoEnrollGroups":"Assign to group",
"admin.auth.autoEnrollGroupsHint":"Automatically assign new users to these groups.",
"admin.auth.autoEnrollGroups":"Assign to group(s)",
"admin.auth.autoEnrollGroupsHint":"Automatically assign new users to these groups. New users are always added to the Users group regardless of this setting.",
"admin.auth.configReferenceSubtitle":"Some strategies may require some configuration values to be set on your provider. These are provided for reference only and may not be needed by the current strategy.",
"admin.auth.displayName":"Display Name",
"admin.auth.displayNameHint":"The title shown to the end user for this authentication strategy.",
"admin.auth.domainsWhitelist":"Limit to specific email domains",
"admin.auth.domainsWhitelistHint":"A list of domains authorized to register. The user email address domain must match one of these to gain access.",
title:Pass access token via GET query string to User Info Endpoint
hint:(optional) Pass the access token in an `access_token` parameter attached to the GET query string of the User Info Endpoint URL. Otherwise the access token will be passed in the Authorization header.
order:11
refs:
callbackUrl:
title:Authorization Callback URL
hint:The callback endpoint to input on the oauth2 server.