ory-am/hydra

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

Summary

Maintainability
Test Coverage
INSERT INTO hydra_client
(
  pk,
  id,
  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,
  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,
  authorization_code_grant_access_token_lifespan,
  authorization_code_grant_id_token_lifespan,
  authorization_code_grant_refresh_token_lifespan,
  client_credentials_grant_access_token_lifespan,
  implicit_grant_access_token_lifespan,
  implicit_grant_id_token_lifespan,
  jwt_bearer_grant_access_token_lifespan,
  password_grant_access_token_lifespan,
  password_grant_refresh_token_lifespan,
  refresh_token_grant_id_token_lifespan,
  refresh_token_grant_access_token_lifespan,
  refresh_token_grant_refresh_token_lifespan
)
VALUES
(
  0015,
  'client-0015',
  'Client 0015',
  'secret-0015',
  'http://redirect/0015_1',
  'grant-0015_1',
  'response-0015_1',
  'scope-0015',
  'owner-0015',
  'http://policy/0015',
  'http://tos/0015',
  'http://client/0015',
  'http://logo/0015',
  'contact-0015_1',
  0,
  'http://sector_id/0015',
  '',
  'http://jwks/0015',
  'http://request/0015_1',
  'token_auth-0015',
  'r_alg-0015',
  'u_alg-0015',
  'subject-0015',
  'http://cors/0015_1',
  'autdience-0015_1',
  CURRENT_TIMESTAMP,
  CURRENT_TIMESTAMP,
  'http://front_logout/0015',
  true,
  'http://post_redirect/0015_1',
  'http://back_logout/0015',
  true,
  '{"migration": "0015"}',
  '',
  151000000000,
  152000000000,
  153000000000,
  154000000000,
  155000000000,
  156000000000,
  157000000000,
  158000000000,
  159000000000,
  160000000000,
  161000000000,
  162000000000
);