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
BearerTokenClientHttpRequestInterceptor is activated and pulled in as a Bean if either
no.nav.security.jwt.dont-propagate-bearertoken is not set or no.nav.security.jwt.dont-propagate-bearertoken=true
By setting this value to either nothing or to 'true' one would assume that we "don't propagate bearer token", but that is not the case.
Solution
Fikse ConditonalOnProperty or rename the 'no.nav.security.jwt.dont-propagate-bearertoken' variable to something better like f.eks. 'no.nav.security.jwt.propagate-bearertoken' with default to false.
The text was updated successfully, but these errors were encountered:
Problem
BearerTokenClientHttpRequestInterceptor is activated and pulled in as a Bean if either
no.nav.security.jwt.dont-propagate-bearertoken is not set
orno.nav.security.jwt.dont-propagate-bearertoken=true
By setting this value to either nothing or to 'true' one would assume that we "don't propagate bearer token", but that is not the case.
Solution
Fikse ConditonalOnProperty or rename the 'no.nav.security.jwt.dont-propagate-bearertoken' variable to something better like f.eks. 'no.nav.security.jwt.propagate-bearertoken' with default to false.
The text was updated successfully, but these errors were encountered: