mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
parent
2ede8662e1
commit
349293da6d
@ -36,6 +36,7 @@ public class ManageServiceProviderRestIT extends IdpRestTestCase {
|
||||
// From SAMLConstants
|
||||
private final String REDIRECT_BINDING = "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect";
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54445")
|
||||
public void testCreateAndDeleteServiceProvider() throws Exception {
|
||||
final String entityId = "ec:" + randomAlphaOfLength(8) + ":" + randomAlphaOfLength(12);
|
||||
final Map<String, Object> request = new HashMap<>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user