Closed peschmae closed 4 years ago
Keycloak generates the auth-server-url with a trailing slash in newer versions, which leads to URIs with double slashes.
Since the requests results in an error, we get Null responses as described in #34
This pull request just makes sure to remove double slashes when concatenating auth-server-url with the path.
Fixes #34
@peschmae Thank you so much! :+1:
Keycloak generates the auth-server-url with a trailing slash in newer versions, which leads to URIs with double slashes.
Since the requests results in an error, we get Null responses as described in #34
This pull request just makes sure to remove double slashes when concatenating auth-server-url with the path.
Fixes #34