Skip to content

client_id is missing in schema file #14

@jujax

Description

@jujax

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions