ory-am/hydra

View on GitHub
persistence/sql/migratest/testdata/20240129174410_testdata.sql

Summary

Maintainability
Test Coverage
INSERT INTO hydra_client (id,
                          nid,
                          client_name,
                          client_secret,
                          redirect_uris,
                          grant_types,
                          response_types,
                          scope,
                          owner,
                          policy_uri,
                          tos_uri,
                          client_uri,
                          logo_uri,
                          contacts,
                          client_secret_expires_at,
                          sector_identifier_uri,
                          jwks,
                          jwks_uri,
                          request_uris,
                          token_endpoint_auth_method,
                          request_object_signing_alg,
                          userinfo_signed_response_alg,
                          subject_type,
                          allowed_cors_origins,
                          pk_deprecated,
                          audience,
                          created_at,
                          updated_at,
                          frontchannel_logout_uri,
                          frontchannel_logout_session_required,
                          post_logout_redirect_uris,
                          backchannel_logout_uri,
                          backchannel_logout_session_required,
                          metadata,
                          token_endpoint_auth_signing_alg,
                          pk,
                          registration_access_token_signature,
                          skip_consent,
                          skip_logout_consent)
VALUES ('client-22',
        (SELECT id FROM networks LIMIT 1), 'Client 22', 'secret-22', '["http://redirect/22_1","http://redirect/22_2"]', '["grant-22_1","grant-22_2"]',
  '["response-22_1","response-22_2"]', 'scope-22', 'owner-22', 'http://policy/22', 'http://tos/22', 'http://client/22', 'http://logo/22',
  '["contact-22_1","contact-22_2"]', 0, 'http://sector_id/22', '', 'http://jwks/22', '["http://request/22_1","http://request/22_2"]',
  'token_auth-22', 'r_alg-22', 'u_alg-22', 'subject-22', '["http://cors/22_1","http://cors/22_2"]', 0, '["autdience-22_1","autdience-22_2"]',
  '2022-02-15 22:20:23.004598', '2022-02-15 22:20:23.004598', 'http://front_logout/22', true, '["http://post_redirect/22_1","http://post_redirect/22_2"]',
  'http://back_logout/22', true, '{"migration": "22"}', '', '2ca3b77b-ee29-4b63-aa07-6384e6c650fb', '', TRUE, TRUE );