Skip to content
Discussion options

You must be logged in to vote

Hi @danilopiazza

Doing a custom HttpAuthenticationMechanism would give you more flexibility, though the authentication is really about securing an access to doSomething, while your task is to facilitate an access to the AwesomeService via an intermediate state id acquisition.

May be you can push this state id acquisition to the container request filter and then access the prepared state id in the endpoint method ? See #41770 for a general idea of how it might be done

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@danilopiazza
Comment options

Answer selected by danilopiazza
Comment options

You must be logged in to vote
1 reply
@sberyozkin
Comment options

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