mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-16 21:29:52 +00:00
♻️ replace roles tag with roles selector in role config fields
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user