Please enable JavaScript.
Coggle requires JavaScript to display documents.
Backend Authentication, Backend Authentication - Coggle Diagram
Backend Authentication
- Backend Auth Type dropdown includes:
-
-
- OAuth2 Client Credentials
-
-
-
- Options are clearly labeled and selectable
- Conditional Fields Display
- Relevant fields shown based on selected type
-
- OAuth2 Client Credentials → Client ID, Client Secret
- OAuth2 Password → Client ID, Client Secret, Username, Password
- Basic → Username, Password
- Mutual TLS → (future validation)
- Labels and fields are properly aligned
- Asterisks (*) for required fields
- Save and Cancel buttons visible and styled correctly
- Save only enabled when required fields are filled
- Functional Testing by Authentication Type
- No fields shown under Endpoint Security Configurations
-
- Required field validation
- OAuth2 Client Credentials
- Display “Client ID” and “Client Secret”
-
- Display “Client ID”, “Client Secret”, “Username”, “Password”
-
- Display “Username” and “Password”
-
- Placeholder for future fields or certificate upload
- Display help message if not implemented
- Missing fields trigger validation error
- No special characters in Client ID, Username (if restricted)
- Save button disabled if required fields not filled
- Form submits and saves correctly
-
- Focus on first invalid field
- Resets form or navigates back without saving
- Masked input for secret and password fields
- Prevent Credential Exposure
- No logging of sensitive inputs
-