Skip to content

Reactive Opaque Token Support#6519

Merged
rwinch merged 1 commit intospring-projects:masterfrom
jzheaux:gh-6513
Feb 15, 2019
Merged

Reactive Opaque Token Support#6519
rwinch merged 1 commit intospring-projects:masterfrom
jzheaux:gh-6513

Conversation

@jzheaux
Copy link
Copy Markdown
Contributor

@jzheaux jzheaux commented Feb 8, 2019

Fixes: gh-6513

}

protected void configure(ServerHttpSecurity http) {
this.bearerTokenServerWebExchangeMatcher.setBearerTokenConverter(bearerTokenConverter);
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this code was extracted from JwtSpec so that it could be executed for OpaqueTokenSpec as well.

@jzheaux jzheaux requested review from jgrandja and rwinch and removed request for jgrandja February 11, 2019 22:23
@jzheaux jzheaux added status: duplicate A duplicate of another issue New Feature in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) labels Feb 11, 2019
@jzheaux jzheaux added this to the 5.2.0.M2 milestone Feb 11, 2019
@rwinch rwinch self-assigned this Feb 15, 2019
@rwinch rwinch merged commit fba2561 into spring-projects:master Feb 15, 2019
@rwinch
Copy link
Copy Markdown
Member

rwinch commented Feb 15, 2019

Thanks for the PR @jzheaux! I have merged this into master

@jzheaux jzheaux deleted the gh-6513 branch February 15, 2019 23:20
@rwinch rwinch added the type: enhancement A general enhancement label May 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) status: duplicate A duplicate of another issue type: enhancement A general enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Reactive Opaque Token Support to Resource Server

2 participants