Skip to content

Commit

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

Co-authored-by: George Gastaldi <[email protected]>
  • Loading branch information
sberyozkin and gastaldi authored Jan 11, 2021
1 parent c62304f commit 91757e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ private TenantConfigContext createTenantContext(Vertx vertx, OidcTenantConfig oi
}
if (oidcConfig.roles.source.orElse(null) == Source.accesstoken) {
throw new ConfigurationException(
"Access token is required to check the roles but DefaultTokenStateManager is configured not to keep the access token");
"Access token is required to check the roles but DefaultTokenStateManager is configured to not keep the access token");
}
}

Expand Down

0 comments on commit 91757e9

Please sign in to comment.