Skip to content
New issue

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

Add integration tests for managing user defined federated authenticator #21646

Closed

Conversation

@jenkins-is-staging
Copy link
Contributor

PR builder started
Link: https://github.com/wso2/product-is/actions/runs/11736449887

jenkins-is-staging

This comment was marked as outdated.

@Thisara-Welmilla Thisara-Welmilla force-pushed the add-cutsom-fed-mgt-test branch 2 times, most recently from 9d0bd2c to 13333d5 Compare November 19, 2024 03:33
@wso2 wso2 deleted a comment from jenkins-is-staging Nov 19, 2024
@Thisara-Welmilla Thisara-Welmilla marked this pull request as draft November 19, 2024 06:11
String location = response.getHeader(HttpHeaders.LOCATION);
assertNotNull(location);
customIdPId = location.substring(location.lastIndexOf("/") + 1);
assertNotNull(customIdPId);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally IdP details should be verified. Can we verify this for user defined authenticator at least

Comment on lines +304 to +310
public Endpoint getEndpoint() {
return endpoint;
}
public void setEndpoint(Endpoint endpoint) {
this.endpoint = endpoint;
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check formatting

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These file are auto generated files from the API server repo (from gen component).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants