Replies: 2 comments 7 replies
-
Can you please provide the full name of the file |
Beta Was this translation helpful? Give feedback.
7 replies
-
Thanks. It needs manually testing before I can approve it. I'll respond
there when it's done.
You can still do your own build locally to use your change
On Mon, 20 Feb 2023, 10:56 ronimhd, ***@***.***> wrote:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am a beginner with Apiman.
During my POC for Apiman, I had a problem with Aoiman Vert.x gateway. After I troubleshoot, I found that there is validation regarding allowedIssuer in this code:
`if (config.getAllowedIssuers().contains(issuerEndpoint)) {
handler.handle(Future.failedFuture("issuer validation failed: received [" + issuerEndpoint + "]"));
return;
}`
But I do not understand why if issuerEndpoint is member of allowedIssuer, the system throws an exception "issuer validation failed: received"
If this code is as the requirement, how to make configuration work, because the config.site is from "auth-server-url" and it become allowIssuer.
Beta Was this translation helpful? Give feedback.
All reactions