You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
I tried the sample application (node) and it's working fine.
I'm even able to extract the keycloak auth token as cookie from the authorization header with an envoy filter.
Now, I'm in the phase of experimenting with the adapter with angular js. Authorization bearer header is unfortunately no longer available and I can't find a solution to extract the auth token.
Any help please?
Thanks
The text was updated successfully, but these errors were encountered:
+1 seeing this as well. Also, if I have a front end application calling a backend application, shouldn't the adapter use the cookie and automatically set the header information so backend validation does not fail? I am not seeing this.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I tried the sample application (node) and it's working fine.
I'm even able to extract the keycloak auth token as cookie from the authorization header with an envoy filter.
Now, I'm in the phase of experimenting with the adapter with angular js. Authorization bearer header is unfortunately no longer available and I can't find a solution to extract the auth token.
Any help please?
Thanks
The text was updated successfully, but these errors were encountered: