Project

General

Profile

Actions

Feature #38262

closed

Clarify the logged OIDC issuer message

Added by Lukáš Hellebrandt 3 months ago. Updated 14 days ago.

Status:
Closed
Priority:
Low
Category:
Logging
Target version:
-
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

Show more info about OIDC issuer rejection so the user can compare what was received with what was expected. Make it an info level message because something didn't go as expected.
Example output:
```
2025-03-04T08:34:06 [I|app|7157e122] Filter chain halted as :require_login rendered or redirected
2025-03-04T08:34:06 [I|app|7157e122] Completed 302 Found in 3ms (ActiveRecord: 0.2ms | Allocations: 1366)
2025-03-04T08:34:07 [I|app|9fe06d70] Started GET "/users/extlogin" for 10.45.225.5 at 2025-03-04 08:34:07 -0500
2025-03-04T08:34:07 [I|app|9fe06d70] Processing by UsersController#extlogin as HTML
2025-03-04T08:34:07 [E|app|9fe06d70] Invalid OIDC issuer received in JWT.
2025-03-04T08:34:07 [I|app|9fe06d70] Received invalid OIDC issuer 'https://<RHBK_FQDN>:8443/realms/master' but expected 'https://<RHBK_FQDN>:8443/auth/realms/master'
2025-03-04T08:34:07 [I|app|9fe06d70] Redirected to https://&lt;SAT_FQDN&gt;/users/login
2025-03-04T08:34:07 [I|app|9fe06d70] Filter chain halted as :require_login rendered or redirected
```

Actions #1

Updated by The Foreman Bot 3 months ago

  • Status changed from New to Ready For Testing
Actions #2

Updated by The Foreman Bot 3 months ago

  • Fixed in Releases 3.15.0 added
Actions #3

Updated by Lukáš Hellebrandt 3 months ago

  • Status changed from Ready For Testing to Closed
Actions #4

Updated by The Foreman Bot 3 months ago

  • Pull request https://github.com/theforeman/foreman/pull/10481 added
Actions #5

Updated by The Foreman Bot 3 months ago

  • Pull request deleted (https://github.com/theforeman/foreman/pull/10463, https://github.com/theforeman/foreman/pull/10481)
Actions #6

Updated by Ewoud Kohl van Wijngaarden 14 days ago

  • Subject changed from Tweak the OIDC issuer message to Clarify the logged OIDC issuer message
  • Triaged changed from No to Yes
Actions

Also available in: Atom PDF