gaoran10 commented on code in PR #15928:
URL: https://github.com/apache/pulsar/pull/15928#discussion_r889702235


##########
pulsar-client-cpp/tests/AuthPluginTest.cc:
##########
@@ -412,6 +412,20 @@ TEST(AuthPluginTest, testOauth2RequestBody) {
     ASSERT_EQ(flow2.generateParamMap(), expectedResult2);
 }
 
+TEST(AuthPluginTest, getWellKnownOpenIdConfigurationUrl) {
+    std::string issuerUrl = "https://dev-kt-aa9ne.us.auth0.com";;

Review Comment:
   Do you mean the case as flow2?
   
   ```
   params["issuer_url"] = issuerUrl.append("/");
   ClientCredentialFlow flow2(params);
   ASSERT_EQ(flow2.getWellKnownOpenIdConfigurationUrl(), configurationUrl);
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to