Custom app session with Oauth token not triggering login after expiry

Hi @zach_jones_noel ,

The oauth_configs.json looks like so:
{ "client_id": "xxxxxxxxxxx", "client_secret": "xxxxxxxxxxx", "authorize_url": "https://{{azure-authorize-api}}", "token_url": "https://{{our-internal-token-api}}", "token_type": "agent", "options": { "scope": "openid" } }

By the way, this is a continuation of this previous topic where you were involved in the discussion until it was discovered that a bug was causing the issue.