♻️ replace roles tag with roles selector in role config fields

This commit is contained in:
Fred KISSIE
2026-04-30 22:01:46 +02:00
parent 39bf64bc35
commit b4906ec9ba
3 changed files with 129 additions and 89 deletions

View File

@@ -212,6 +212,11 @@ export default function GeneralPage() {
const detectedRoleMappingConfig =
detectRoleMappingConfig(roleMapping);
console.log({
detectedRoleMappingConfig,
roleMapping
});
// Extract tenant ID from Azure URLs if present
let tenantId = "";
if (idpVariant === "azure" && data.idpOidcConfig?.authUrl) {