Skip to content
Discussion options

You must be logged in to vote

post log in/out request parameters & headers were introduced in 7.3.0. So, it should work with your version, even if you'd better bump Boot and addons versions to 3.5.5 and 8.1.23. If you observe empty values for post-login-redirect-host, post-login-redirect-path, post-logout-redirect-host, and post-logout-redirect-path when debugging the BFF, you should double-check that your frontend sends them. The issue is probably there.

As per its Javadoc, the client-uri property is intended to hold the public URI for the OAuth2 client: the BFF, not the frontend(s).

During an authorization code flow, the user-agent is redirected:

  1. To the BFF to initialise the flow
  2. To the authorization server for login

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@rgambelli
Comment options

@ch4mpy
Comment options

@ch4mpy
Comment options

Answer selected by rgambelli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants