product-is
product-is copied to clipboard
Magic link doesn't show up in the Passwordless filter under connection
Describe the issue: Even though the magic link is a passwordless connection, it will not filtered out when the connections are filtered with Passwordless tag.
-
When all the connections are listed
-
When the passwordless connections filter is selected
The invoked API is:
GET https://localhost:9443/t/carbon.super/api/server/v1/authenticators?filter=(tag+eq+Passwordless)
Response is:
[
{
"id": "RklET0F1dGhlbnRpY2F0b3I",
"name": "FIDOAuthenticator",
"displayName": "Passkey",
"isEnabled": true,
"type": "LOCAL",
"tags": [
"MFA",
"Passwordless",
"Passkey",
"APIAuth"
],
"self": "/api/server/v1/configs/authenticators/RklET0F1dGhlbnRpY2F0b3I"
},
{
"id": "ZW1haWwtb3RwLWF1dGhlbnRpY2F0b3I",
"name": "email-otp-authenticator",
"displayName": "Email OTP",
"isEnabled": true,
"type": "LOCAL",
"tags": [
"Passwordless",
"MFA",
"APIAuth"
],
"self": "/api/server/v1/configs/authenticators/ZW1haWwtb3RwLWF1dGhlbnRpY2F0b3I"
},
{
"id": "c21zLW90cC1hdXRoZW50aWNhdG9y",
"name": "sms-otp-authenticator",
"displayName": "SMS OTP",
"isEnabled": true,
"type": "LOCAL",
"tags": [
"Passwordless",
"MFA",
"APIAuth"
],
"self": "/api/server/v1/configs/authenticators/c21zLW90cC1hdXRoZW50aWNhdG9y"
}
]
How to reproduce:
- Login to Console
- Navigate to Connections
- Select "Passwordless" filter
- Magic link connection will not be displayed