Skip to content

Update schema to not require client_secret #503

Description

@MartinFlores751

Looking at the code using client_secret, we may be able to remove client_secret from the required portion of the schema:

"required": [
"timeout_in_seconds",
"state_timeout_in_seconds",
"provider_url",
"client_id",
"require_aud_member_from_introspection_endpoint",
"user_mapping",
"client_secret",
"access_token_validation_method"
]

client_secret should only be required when access_token_validation_method is set to introspection.

Originally posted by @MartinFlores751 in #472

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions