OidcTenantConfig #49677
LiuBo-keep
started this conversation in
Community
OidcTenantConfig
#49677
Replies: 1 comment
-
@LiuBo-keep I believe we addressed it with #48278. It should work as expected starting from 3.24.0. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I configured each tenant's OidcTenantConfig information on the page and stored it in the database. I used the TenantConfigResolver interface to retrieve tenant information and initialize OidcTenantConfig on each request. However, I've noticed that when I modify tenant information while the project is running, the changes in the OidcTenantConfig context are no longer effective, and the previous information remains. How can I ensure that changes to tenant information on the page take effect on the next request without restarting the service?
Beta Was this translation helpful? Give feedback.
All reactions