Add COMPLIANCE_PORTAL OIDC provider type
Register the new provider enum value so compliance portal OAuth clients can be stored and resolved like other IAM OIDC providers. Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
@@ -479,6 +479,7 @@ INSERT INTO iam_oauth2_clients (
|
||||
ON CONFLICT (external_client_id) WHERE external_client_id IS NOT NULL DO UPDATE SET
|
||||
client_name = EXCLUDED.client_name,
|
||||
redirect_uris = EXCLUDED.redirect_uris,
|
||||
scopes = EXCLUDED.scopes,
|
||||
grant_types = EXCLUDED.grant_types,
|
||||
response_types = EXCLUDED.response_types,
|
||||
token_endpoint_auth_method = EXCLUDED.token_endpoint_auth_method,
|
||||
|
||||
Reference in New Issue
Block a user