<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00009kv9zyCAAOkta Classic EngineAuthenticationAnswered2024-07-08T09:12:59.000Z2023-10-16T06:56:03.000Z2023-10-31T21:53:46.000Z

256t9 (256t9) asked a question.

Updating state Parameter and Triggering Reauthentication in Spring WebFlux

Hello everyone,

 

I've integrated Okta with Spring WebFlux through the okta-spring-boot starter. I'm using OIDC along with WebSession for authentication. Post authentication, I aim to modify the state parameter within the OAuth2AuthorizationRequest and initiate re-authentication, whether from a service or a web filter.

 

Here's an overview of my configuration:

Framework: Spring WebFlux

Authentication Method: OIDC with WebSession

Additional Libraries: okta-spring-boot

Objective: Modify state post-authentication and initiate re-authentication manually.

 

I've set up a custom ReactiveOAuth2AuthorizationRequestResolver, but it seems to align closely with the standard authentication process. My challenge is to tailor the authorization process using the okta-spring-boot starter and manually invoke it once more after authentication.

 

If anyone has insights or experience regarding this, your input would be greatly appreciated!

 

Thanks in advance!


This question is closed.
Loading
Updating state Parameter and Triggering Reauthentication in Spring WebFlux