We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tags
API responses for user-defined federated authenticator operations do not contain the tags property.
On par with the default behavior, tags should be included in each federated authenticator.
Default Behavior:
"federatedAuthenticators": { "defaultAuthenticatorId": "************************", "authenticators": [ { "authenticatorId": "************************", "name": "GoogleOIDCAuthenticator", "isEnabled": true, "definedBy": "SYSTEM", "tags": [ "Social-Login", "APIAuth" ], "self": "/api/server/v1/identity-providers/************************/federated-authenticators/************************" } ] }
Faulty Behavior:
"federatedAuthenticators": { "defaultAuthenticatorId": "************************", "authenticators": [ { "authenticatorId": "************************", "name": "customFedAuthenticator", "isEnabled": true, "definedBy": "USER", "self": "/api/server/v1/identity-providers/************************/federated-authenticators/************************" } ] }
Observe that the tags property is not included in the API response.
No response
The text was updated successfully, but these errors were encountered:
PRs: Fix: ttps://github.com/wso2/identity-api-server/pull/758 Integration tests: #22002
Sorry, something went wrong.
Thisara-Welmilla
No branches or pull requests
Description
API responses for user-defined federated authenticator operations do not contain the
tags
property.On par with the default behavior,
tags
should be included in each federated authenticator.Default Behavior:
Faulty Behavior:
Steps to Reproduce
Observe that the
tags
property is not included in the API response.Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: