vertx-web icon indicating copy to clipboard operation
vertx-web copied to clipboard

Fix: The OPENID_SCOPES maintained by OAuth2AuthHandlerImpl should have offline_access instead of offline

Open xinchao-zhang opened this issue 6 months ago • 0 comments

Motivation:

This is to fix the issue 2742. According to OpenID spec, there is no "offline" scope, it should be called "offline_access" instead.

Conformance:

You should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines

xinchao-zhang avatar Jul 12 '25 09:07 xinchao-zhang