Skip to content

Commit

Permalink
Update extensions/oidc/runtime/src/main/java/io/quarkus/oidc/OidcTena…
Browse files Browse the repository at this point in the history
…ntConfig.java

Co-authored-by: sberyozkin <[email protected]>
  • Loading branch information
FroMage and sberyozkin authored Apr 6, 2022
1 parent 5b4c0c7 commit e4e5e37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ public enum ResponseMode {

/**
* Add the 'openid' scope automatically to the list of scopes. This is required for OpenId Connect providers
* except Twitter OAuth, for example, which does not accept that scope and throws an error.
* but will not work for OAuth2 providers such as Twitter OAuth2 which does not accept that scope and throws an error.
*/
@ConfigItem(defaultValueDocumentation = "true")
public Optional<Boolean> addOpenidScope = Optional.empty();
Expand Down

0 comments on commit e4e5e37

Please sign in to comment.