zitadel/internal/query/saml_request_by_id.sql

12 lines
180 B
MySQL
Raw Normal View History

select
id,
creation_date,
login_client,
issuer,
acs,
relay_state,
binding
from projections.saml_requests %s
where id = $1 and instance_id = $2
limit 1;