v5.1.0 filtered by tag: Authentication-Type-Validation (6 APIs)
Create an Authentication Type Validation
Create an Authentication Type Validation.
Please supply allowed authentication types.
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
URL Parameters:
OPERATION_ID: OBPv4.0.0-getBanks
JSON request body fields:
JSON response body fields:
{
"operation_id":"OBPv4.0.0-updateXxx",
"allowed_authentication_types":["DirectLogin","OAuth1.0a","GatewayLogin","DAuth","OAuth2_OIDC","OAuth2_OIDC_FAPI"]
}
-
CanCreateAuthenticationTypeValidation
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
Delete an Authentication Type Validation
Delete an Authentication Type Validation by operation_id.
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
URL Parameters:
OPERATION_ID: OBPv4.0.0-getBanks
JSON response body fields:
true
-
CanDeleteAuthenticationValidation
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
Get all Authentication Type Validations
Get all Authentication Type Validations.
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
JSON response body fields:
{
"authentication_types_validations":[{
"operation_id":"OBPv4.0.0-updateXxx",
"allowed_authentication_types":["DirectLogin","OAuth1.0a","GatewayLogin","DAuth","OAuth2_OIDC","OAuth2_OIDC_FAPI"]
}]
}
-
CanGetAuthenticationTypeValidation
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
Get all Authentication Type Validations - public
Get all Authentication Type Validations - public.
User Authentication is Optional. The User need not be logged in.
JSON response body fields:
{
"authentication_types_validations":[{
"operation_id":"OBPv4.0.0-updateXxx",
"allowed_authentication_types":["DirectLogin","OAuth1.0a","GatewayLogin","DAuth","OAuth2_OIDC","OAuth2_OIDC_FAPI"]
}]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
Get an Authentication Type Validation
Get an Authentication Type Validation by operation_id.
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
URL Parameters:
OPERATION_ID: OBPv4.0.0-getBanks
JSON response body fields:
{
"operation_id":"OBPv4.0.0-updateXxx",
"allowed_authentication_types":["DirectLogin","OAuth1.0a","GatewayLogin","DAuth","OAuth2_OIDC","OAuth2_OIDC_FAPI"]
}
-
CanGetAuthenticationTypeValidation
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
Update an Authentication Type Validation
Update an Authentication Type Validation.
Please supply allowed authentication types.
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
URL Parameters:
OPERATION_ID: OBPv4.0.0-getBanks
JSON response body fields:
{
"operation_id":"OBPv4.0.0-updateXxx",
"allowed_authentication_types":["DirectLogin","OAuth1.0a","GatewayLogin","DAuth","OAuth2_OIDC","OAuth2_OIDC_FAPI"]
}
-
CanUpdateAuthenticationTypeValidation
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.