We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue Summary Same issue as alerta/alerta#1808. Necessary changes also needs to be done on front end.
Environment
OS: [Linux, Mac, Windows]
API version: 9.0.0
Deployment: Docker
For self-hosted, WSGI environment: nginx/uwsgi
Server config: Auth enabled? Yes Auth provider? Keycloak Customer views? Yes (or provide the /config endpoint output)
/config
web UI version: 8.7.0
CLI version: 8.5.2
To Reproduce Steps to reproduce the behaviour:
http://<kc-url>/auth
http://<kc-url>/auth/auth/realms/...
Expected behavior Remove /auth from authorization Endpoint. https://github.com/alerta/alerta-webui/blob/master/src/services/auth.ts#L85
The text was updated successfully, but these errors were encountered:
Got around this by just using the openid config as this is more "clean"
See: alerta/docker-alerta#463 (comment)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Issue Summary
Same issue as alerta/alerta#1808. Necessary changes also needs to be done on front end.
Environment
OS: [Linux, Mac, Windows]
API version: 9.0.0
Deployment: Docker
For self-hosted, WSGI environment: nginx/uwsgi
Server config:
Auth enabled? Yes
Auth provider? Keycloak
Customer views? Yes
(or provide the
/config
endpoint output)web UI version: 8.7.0
CLI version: 8.5.2
To Reproduce
Steps to reproduce the behaviour:
http://<kc-url>/auth
.http://<kc-url>/auth/auth/realms/...
for login.Expected behavior
Remove /auth from authorization Endpoint.
https://github.com/alerta/alerta-webui/blob/master/src/services/auth.ts#L85
The text was updated successfully, but these errors were encountered: