-
Notifications
You must be signed in to change notification settings - Fork 729
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
base: master
Are you sure you want to change the base?
Add integration tests for managing user defined federated authenticator #21646
Conversation
PR builder started |
10c3263
to
2038e0b
Compare
9d0bd2c
to
13333d5
Compare
13333d5
to
e8126f4
Compare
String location = response.getHeader(HttpHeaders.LOCATION); | ||
assertNotNull(location); | ||
customIdPId = location.substring(location.lastIndexOf("/") + 1); | ||
assertNotNull(customIdPId); |
There was a problem hiding this comment.
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
public Endpoint getEndpoint() { | ||
return endpoint; | ||
} | ||
public void setEndpoint(Endpoint endpoint) { | ||
this.endpoint = endpoint; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check formatting
There was a problem hiding this comment.
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).
Issue:
Add integration tests for managing user defined federated authenticators.
Related PRs: