Improve integration tests on the definedBy authentication property #21315
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue:
With the above issue, following APIs response body will be changed.
For the following APIs,
definedBy
type property will be returned in the response payload for all authenticators./api/server/v1/authenticators
/api/server/v1/configs/authenticators
/api/server/v1/identity-providers/{Identity_Proivder_Id}
/api/server/v1/identity-providers/{Identity_Proivder_Id}/federated-authenticators/{Authenticator_ID}
For all existing authenticators, this value will be SYSTEM.
With this PR, we improve integration tests check the whether
definedBy
property in available in the above payload responses.