第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

ReactiveSecurityContextHolder#getContext 返回一個(gè)空上下文

ReactiveSecurityContextHolder#getContext 返回一個(gè)空上下文

侃侃無極 2023-08-09 17:14:47
我嘗試對(duì)用戶進(jìn)行身份驗(yàn)證(它有效)并從上下文中獲取用戶令牌,但它不起作用。我有一個(gè)簡(jiǎn)單的微服務(wù)應(yīng)用程序作為我的寵物項(xiàng)目,并使用 WebFlux 作為網(wǎng)絡(luò)框架。我嘗試調(diào)試ReactiveSecurityContextHolder#getContext并在flatMap中看到我的用戶令牌在上下文中,但在我的應(yīng)用程序中我鋼有一個(gè)空上下文。SecurityConfiguration.java@EnableWebFluxSecuritypublic class SecurityConfiguration {    @Bean    public SecurityWebFilterChain securityWebFilterChain(            AuthenticationWebFilter authenticationWebFilter,            ServerHttpSecurity http) {        return http                .csrf().disable()                .httpBasic().disable()                .formLogin().disable()               .logout().disable()                .addFilterAt(authenticationWebFilter, SecurityWebFiltersOrder.AUTHENTICATION)                .authorizeExchange()                .anyExchange().authenticated()                .and()                .build();    }    @Bean    public AuthenticationWebFilter authenticationWebFilter(            SecurityTokenBasedAuthenticationManager authenticationManager,            TokenAuthenticationConverter tokenAuthenticationConverter) {        AuthenticationWebFilter authenticationWebFilter = new AuthenticationWebFilter(authenticationManager);        authenticationWebFilter.setServerAuthenticationConverter(tokenAuthenticationConverter);        authenticationWebFilter.setSecurityContextRepository(new WebSessionServerSecurityContextRepository());        return authenticationWebFilter;    }}主要問題是在我的 WebClient 的構(gòu)建內(nèi)部 - 我希望我將擁有帶有請(qǐng)求標(biāo)頭的完整 WebClient,但正如我上面所描述的 - 我在SecurityUtils.java中有一個(gè)空上下文
查看完整描述

1 回答

?
LEATH

TA貢獻(xiàn)1936條經(jīng)驗(yàn) 獲得超7個(gè)贊

因此,經(jīng)過調(diào)查和調(diào)試后,我找到了將流合并為單個(gè)流的原因。恕我直言,這并不是這個(gè)問題的原因,但現(xiàn)在它有效了。

(...)
getAuthHeaders()
    .flatMap(authHeaders -> buildWebClient(url, authHeaders)
                  .get()
(...)


查看完整回答
反對(duì) 回復(fù) 2023-08-09
  • 1 回答
  • 0 關(guān)注
  • 314 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)