11 Commits

Author SHA1 Message Date
14e868a644
Fix OIDC issuer URL concatenation for Mastodon bug
- Removed trailing slash in '_oidc_client_issuer_url' to avoid issuer mismatch
- Use '.rstrip('/')' to normalize '_oidc_url'
- Switched to '~' concatenation instead of inline slashes for all OIDC endpoints
- Ensures that Mastodon and other OIDC clients match the issuer from Keycloak discovery

Change motivated by Mastodon issuer mismatch bug (OpenIDConnect::Discovery::DiscoveryFailed).
See related discussion: https://chatgpt.com/share/68a17d3c-c980-800f-934c-d56955b45f81
2025-08-17 09:02:38 +02:00
838a55ea94
Solved realm bug which appeared due to refactoring 2025-08-16 18:38:22 +02:00
0de26fa6c7
Solved bug existed due to difference between mailu domain and hostname difference. also refactored during this to find the bug 2025-08-16 14:29:07 +02:00
0228014d34
Replaced .infinito.service and .infinito.timer by SOFTWARE_NAME suffix, optimized LICENSE link and update OIDC Realm and ID conf 2025-08-14 14:39:18 +02:00
db0e030900
Renamed general and mode constants and implemented a check to verify that constants are just defined ones over the whole repository 2025-08-13 19:11:14 +02:00
7f53cc3a12
Replaced web_protocol by WEB_PROTOCOL 2025-08-07 12:31:20 +02:00
d222b55f30
Changed espocrm application id to new forma 2025-07-17 07:43:50 +02:00
06b864ad52
Refactored LDAP and Keycloak implementation and added RBAC based groups to Keycloak 2025-07-04 16:16:45 +02:00
4cffddab51
Finished Mobilizon OIDC implementation 2025-07-01 22:15:05 +02:00
3ce6e958b4
Optimized LDAP. Implemented passwordchange, usernames etc. 2025-07-01 16:45:03 +02:00
abc9a46667
Optimized LDAP implementation for Snipe-IT and implemented Mobilizon draft 2025-07-01 09:08:12 +02:00