-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
client_id entry is missing in schema file:
...
{ authorize_url = { type = "string", required = true, custom_validator = validate_url }, },
{ app_login_redirect_url = { type = "string", required = false }, },
{ token_url = { type = "string", required = true, custom_validator = validate_url }, },
{ user_url = {type = "string", required = true, custom_validator = validate_url}, },
{ client_secret = { type = "string", required = true}, },
{ scope = { type = "string" }, },
{ salt = { type = "string", required = true, default = "b3253141ce67204b"}, },
{ pf_idp_adapter_id = { type = "string" }, },
{ user_keys = { type = "array", default = {"username", "email"}}, },
{ cookie_domain = { type = "string", default = ".company.com"}, },
{ user_info_periodic_check = { type = "number", required = true, default = 60}, },
{ hosted_domain = { type = "string" }, },
{ email_key = { type = "string" }, },
{ user_info_cache_enabled = { type = "boolean", default = false}, },
...
Must had:
{ client_id = { type = "string", required = true}, },
Metadata
Metadata
Assignees
Labels
No labels