Change oidcScopeMissing from WARN to DEBUG (#27439)
Closes #27391 Signed-off-by: rmartinc <rmartinc@redhat.com>
This commit is contained in:
parent
84cf306833
commit
299118c45a
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ public interface ServicesLogger extends BasicLogger {
|
||||||
@Message(id=90, value="Failed to close ProviderSession")
|
@Message(id=90, value="Failed to close ProviderSession")
|
||||||
void failedToCloseProviderSession(@Cause Throwable t);
|
void failedToCloseProviderSession(@Cause Throwable t);
|
||||||
|
|
||||||
@LogMessage(level = WARN)
|
@LogMessage(level = DEBUG)
|
||||||
@Message(id=91, value="Request is missing scope 'openid' so it's not treated as OIDC, but just pure OAuth2 request.")
|
@Message(id=91, value="Request is missing scope 'openid' so it's not treated as OIDC, but just pure OAuth2 request.")
|
||||||
@Once
|
@Once
|
||||||
void oidcScopeMissing();
|
void oidcScopeMissing();
|
||||||
|
|
Loading…
Reference in a new issue