Skip to main content

Show a backend

GET /api/backends/:backend_id shows the identified backend resource

Required scope: identity-providers:manage:all

Path Parameters
backend_id string REQUIRED
Responses
200
Schema OPTIONAL
data object OPTIONAL
id string OPTIONAL
name string OPTIONAL
type string OPTIONAL
is_default boolean OPTIONAL
create_default_organization boolean OPTIONAL
roles object[] OPTIONAL
id string OPTIONAL
name string OPTIONAL
scopes object[] OPTIONAL
id string OPTIONAL
name string OPTIONAL
public boolean OPTIONAL
metadata_fields object[] OPTIONAL
federated_servers object[] OPTIONAL
verifiable_credentials object[] OPTIONAL
verifiable_presentations object[] OPTIONAL
password_hashing_alg string OPTIONAL
password_hashing_opts object OPTIONAL
ldap_pool_size int32 OPTIONAL
ldap_host string OPTIONAL
ldap_user_rdn_attribute string OPTIONAL
ldap_base_dn string OPTIONAL
ldap_ou string OPTIONAL
ldap_master_dn string OPTIONAL
ldap_master_password string OPTIONAL
smtp_from string OPTIONAL
smtp_relay string OPTIONAL
smtp_username string OPTIONAL
smtp_password string OPTIONAL
smtp_ssl boolean OPTIONAL
smtp_tls boolean OPTIONAL
smtp_port int32 OPTIONAL
features string[] OPTIONAL
401

The client is unauthorized to access this resource.

Schema OPTIONAL
code string
message string
403

The client is forbidden to access this resource.

Schema OPTIONAL
code string
message string
404

The requested resource could not be found.

Schema OPTIONAL
code string
message string