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
Hi, I have been using this plugin. I figured it all out myself, but now I am stuck.
I just want to send a bearer token in the header within the api request. but the token is not being sent.
I have successfully logged in my Keycloak tells me that a sessions has been created.
After a little research, I found something that might be missing here. The requestInterceptor.
Maybe I'm doing this completely wrong? I'm using the password flow as it doesn't need to be that secure as it's just for testing.
EDIT:
After a while I found out that Swagger does not save the token in the browser and therefore cannot be used. But how do you save the token in the browser with this plugin?
The text was updated successfully, but these errors were encountered:
Hi, I have been using this plugin. I figured it all out myself, but now I am stuck.
I just want to send a bearer token in the header within the api request. but the token is not being sent.
I have successfully logged in my Keycloak tells me that a sessions has been created.
After a little research, I found something that might be missing here. The requestInterceptor.
Maybe I'm doing this completely wrong? I'm using the password flow as it doesn't need to be that secure as it's just for testing.
Any advice would be appreciated.
EDIT:
After a while I found out that Swagger does not save the token in the browser and therefore cannot be used. But how do you save the token in the browser with this plugin?
The text was updated successfully, but these errors were encountered: