[GitHub] [pulsar] cuzyoucant commented on issue #7952: OAuth2 url .well-known not parsed correctly

2020-09-03 Thread GitBox
cuzyoucant commented on issue #7952: URL: https://github.com/apache/pulsar/issues/7952#issuecomment-686508429 @zymap I can agree what @harissecic says. The problem is the line 100 in the DefaultMetadataResolver.java `return new URL(issuerUrl, "/.well-known/openid-configuration");`

[GitHub] [pulsar] cuzyoucant commented on issue #7952: OAuth2 url .well-known not parsed correctly

2020-09-02 Thread GitBox
cuzyoucant commented on issue #7952: URL: https://github.com/apache/pulsar/issues/7952#issuecomment-685904145 Hey. We ran into the same problem as you described above. The better solution would be to have a config somewhere where we can set what gets appended to the issuerURL.