Skip to main content

Get Applications

Get Applications

Path Parameters
    workspaceName string required
Header Parameters
    Content-Type string
    Example: application/json

Response

idstring

Id of the application.

clientIdstring

Client Id of the application.

namestring

Name of the application

appTypestring

Type of the application.

surrogateAuthRequiredboolean

true/false for surrogate auth required or not.

enabledboolean

true/false for application is enabled or not.

alwaysDisplayInConsoleboolean

true/false to display application in console or not.

clientAuthenticatorTypestring

Type of the client authenticator.

redirectUrisarray

Array of redirect urls.

webOriginsarray

Array of web origins.

notBeforenumber

Not before timestamp.

brearerOnlyboolean

true/false for brearer only or not.

consentRequiredboolean

true/false for consent required or not.

standardFlowEnabledboolean

true/false for Standard flow enabled or not.

implicitFlowEnabledboolean

true/false for implicit flow enabled or not.

directAccessGrantsEnabledboolean

true/false for direct access grants enabled or not.

serviceAccountsEnabledboolean

true/false service account enabled or not.

registrationAllowedboolean

true/false for registration allowed or not.

resetPasswordAllowedboolean

true/false for reset allowed or not.

rememberMeboolean

true/false for remember me enabled or not.

overrideAuthenticationboolean

true/false for over ridding authentication.

publicClientboolean

true/false for public client or not.

frontchannelLogoutboolean

true/false for front channel logout enabled or not.

protocolstring

Name of the protocol.

attributesstring

Application attributes.

authenticationFlowBindingOverridesobject

Authentication flow binding overriding attributes.

appConnectionsobject

App connections.

mfaConnectionsobject

MFA Connections.

fullScopeAllowedboolean

true/false full scope allowed or not.

nodeReRegistrationTimeoutnumber

Node reregistration timeout.

mfaPolicyTypestring

MFA policy type.

defaultClientScopesarray

Array of default client scopes.

optionalClientScopesarray

Array of optional client scopes.

accessobject

Access attributes.

Sample Response
[
{
"id": "53f8e9eb-daa9-4bad-b097-db4ff08597d2",
"clientId": "53f8e9eb-daa9-4bad-b097-db4ff08597d2",
"name": "sample",
"appType": "high_secure",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"https://debugger.qa.eztoauth.com/debug"
],
"webOrigins": [
"https://debugger.qa.eztoauth.com"
],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": false,
"serviceAccountsEnabled": false,
"registrationAllowed": false,
"resetPasswordAllowed": false,
"rememberMe": false,
"overrideAuthentication": false,
"publicClient": true,
"frontchannelLogout": false,
"protocol": "openid-connect",
"attributes": {
"inviteOnly": "false",
"backchannel.logout.session.required": "true",
"backchannel.logout.revoke.offline.tokens": "false",
"login_theme": "default"
},
"authenticationFlowBindingOverrides": {},
"appConnections": {},
"mfaConnections": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"mfaPolicyType": "action",
"defaultClientScopes": [
"web-origins",
"acr",
"profile",
"roles",
"email"
],
"optionalClientScopes": [
"address",
"phone",
"offline_access",
"microprofile-jwt"
],
"access": {
"view": true,
"configure": true,
"manage": true
}
}
]
HTTP STATUS CODE SUMMARY
200 - OKSuccessfully done.
201 - OKSuccessfully created.
400 - Bad RequestThe request was unacceptable, often due to missing a required parameter.
401 - UnauthorizedUnauthorized access try with correct access.
402 - Request FailedThe parameters were valid but the request failed.
403 - ForbiddenThe Application doesn't have permissions to perform the request.
404 - Not FoundThe requested resource doesn't exist
500 - Server ErrorsSomething went wrong on ezto auth's end. (These are rare.)
503 - Server ErrorsService temporarily unavailable

Loading...