Skip to content
Open
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
6377feb
working on metafile
faisalsiddique4400 Aug 25, 2025
3ba0bd4
working on the authn screen synchronization with TUI
faisalsiddique4400 Aug 25, 2025
40598c0
working on the authn screen in process
faisalsiddique4400 Aug 26, 2025
2b4a68c
working on the authn screen in process
faisalsiddique4400 Aug 26, 2025
4f54a19
Merge branch 'main' of github-faisal:GluuFederation/flex into admin-u…
faisalsiddique4400 Aug 27, 2025
4362a7a
working on the tabs
faisalsiddique4400 Aug 27, 2025
21186a0
working on the authn
faisalsiddique4400 Aug 28, 2025
c0c2447
Merge branch 'main' of github-faisal:GluuFederation/flex into admin-u…
faisalsiddique4400 Aug 29, 2025
84a2126
working on the authn
faisalsiddique4400 Aug 29, 2025
d06ad1b
working on the authn
faisalsiddique4400 Sep 2, 2025
3c1acf3
chnages pushed for the default acr
faisalsiddique4400 Sep 3, 2025
075a6fc
working on the default acr chnages
faisalsiddique4400 Sep 3, 2025
fb01635
fix(admin-ui): add Default Acr tab in Authn screen of Admin UI
faisalsiddique4400 Sep 3, 2025
bb9bb2b
Merge branch 'main' into admin-ui-issue-2250
faisalsiddique4400 Oct 7, 2025
e3d6e20
requested changes done
faisalsiddique4400 Oct 7, 2025
fe9796b
requested changes done
faisalsiddique4400 Oct 7, 2025
968208e
Merge branch 'main' into admin-ui-issue-2250
moabu Oct 9, 2025
ee739e5
Agama values added in the dropdown
faisalsiddique4400 Oct 9, 2025
64e0550
Merge branch 'admin-ui-issue-2250' of github-faisal:GluuFederation/fl…
faisalsiddique4400 Oct 9, 2025
74d241e
Defualt Acr request issue resolved
faisalsiddique4400 Oct 23, 2025
0905895
Merge branch 'main' into admin-ui-issue-2250
faisalsiddique4400 Oct 23, 2025
453746d
Merge Conflicts Resolved
faisalsiddique4400 Oct 24, 2025
23dcba6
Merge Conflicts Resolved
faisalsiddique4400 Oct 24, 2025
d1f833d
Acr tab order updated
faisalsiddique4400 Oct 24, 2025
76ef0ee
fixed audit changes as requested in PR, and fixed UI Changes
faisalsiddique4400 Oct 27, 2025
39227b8
Merge branch 'main' into admin-ui-issue-2250
faisalsiddique4400 Oct 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
133 changes: 128 additions & 5 deletions admin-ui/app/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,10 @@
"reloginToViewCedarlingChanges": "Please Re-login to view the cedarling changes.",
"allAvailableHintsSelected": "All available hint options are selected",
"noMatchingOptions": "No matching options",
"nothingToShowInTheList": "Nothing to show in the list"
"nothingToShowInTheList": "Nothing to show in the list",
"simple_password_auth": "Simple Password Authentication",
"basic_auth": "Basic Authentication",
"agama_auth": "Agama Authentication"
},
"languages": {
"french": "French",
Expand All @@ -642,13 +645,15 @@
"config-api": "Config-API",
"security": "Security",
"authn": "Authn",

"webhooks": "Webhooks",
"agama_flows": "Agama Flows",
"default_acr": "Default ACR",
"acrs": "ACRs",
"aliases": "Aliases",
"api_config": "Config API properties",
"builtIn": "Built-In",
"basic": "Basic",
"built_in": "Built In",
"securityDropdown": {
"adminUiRoles": "Admin UI Roles",
"capabilities": "Capabilities",
Expand Down Expand Up @@ -688,6 +693,7 @@
"user_claims": "User Claims",
"scopes": "Scopes",
"scripts": "Scripts",
"ldap_servers": "LDAP Servers",
"services": "Services",
"sessions": "Sessions",
"audit_logs": "Audit Logs",
Expand Down Expand Up @@ -841,9 +847,74 @@
"product_version": "Version number of this database product",
"driver_name": "Name of this JDBC driver",
"driver_version": "Version number of this JDBC driver",
"followingPermissionRequiredToBeAdded": "We need to add the following essential permissions to the role to ensure users with this role can access the Admin UI."
"followingPermissionRequiredToBeAdded": "We need to add the following essential permissions to the role to ensure users with this role can access the Admin UI.",
"authn": {
"ldap": {
"fields": {
"acr": "ACR",
"bind_dn": "Bind DN",
"bind_password": "Bind Password",
"remote_ldap_server": "Remote LDAP Server",
"max_connections": "Max Connections",
"base_dns": "Base DNs",
"remote_primary_key": "Remote Primary Key",
"local_primary_key": "Local Primary Key",
"servers": "Servers",
"level": "Level",
"default_authn_method": "Default Authn Method",
"use_ssl": "Use SSL",
"enabled": "Enabled",
"enable": "Enabled",
"disable": "Disabled",
"status": "Status"
},
"placeholders": {
"acr": "Enter ACR",
"bind_dn": "Enter Bind DN",
"bind_password": "Enter Bind Password",
"remote_ldap_server": "Enter Remote LDAP Server",
"max_connections": "Enter Max Connections",
"base_dns": "Enter Base DNs",
"remote_primary_key": "Enter Remote Primary Key",
"local_primary_key": "Enter Local Primary Key",
"level": "Enter Level",
"default_authn_method": "Enter Default Authn Method",
"action_commit_message": "Enter reason for change"
},
"errors": {
"acr_required": "ACR is required!",
"bind_dn_required": "Bind DN is required!",
"bind_password_required": "Bind Password is required!",
"remote_ldap_server_required": "Remote LDAP Server is required!",
"remote_ldap_server_invalid": "Server must be a valid LDAP URL (http:// or https://)",
"max_connections_required": "Max Connections is required!",
"max_connections_type": "Max Connections must be a number",
"max_connections_positive": "Max connections must be a positive number",
"max_connections_integer": "Max connections must be an integer",
"base_dns_required": "Base DNs is required!",
"remote_primary_key_required": "Remote Primary Key is required!",
"local_primary_key_required": "Local Primary Key is required!",
"level_required": "Level is required!",
"level_type": "Level must be a number",
"level_min": "Level must be at least 1",
"level_integer": "Level must be an integer",
"default_authn_method_required": "Default Authn Method is required!"
}
}
}
},
"placeholders": {
"acr": "Enter ACR",
"level": "Enter level",
"default_authn_method": "Select default authentication method",
"bind_dn": "Enter Bind DN",
"max_connections": "Enter max connections",
"local_primary_key": "Enter local primary key",
"base_dns": "Enter base DNs",
"enabled": "Enable or disable",
"remote_primary_key": "Enter the remote primary key",
"remote_ldap_server": "Enter the remote LDAP server",
"bind_password": "Enter the bind password",
"id": "Enter id",
"action_commit_message": "Provide the reason of this change",
"activate_ldap_configuration": "Activate ldap configuration",
Expand Down Expand Up @@ -898,7 +969,6 @@
"activate_sql_configuration": "Activate SQL configuration.",
"script_path": "Enter script file path",
"iconUrl": "Icon URL",
"level": "Level",
"expires_after": "Expiration After Date",
"expires_before": "Expiration Before Date",
"charMoreThan512": "characters over limit (maximum 512)",
Expand All @@ -908,6 +978,7 @@
"titles": {
"activeTokens": "Active Tokens",
"acrs": "ACRs",
"acr_management": "ACR Management",
"active_users": "Actives Users && Access Token Stats",
"assets": "Jans Assets",
"asset_add": "Adding new Jans Asset",
Expand Down Expand Up @@ -1077,7 +1148,59 @@
"hash_algorithm": "Hash Algorithim",
"saml_acr": "The SAML parameter Authentication Context Requests",
"primary_key": "Primary Key",
"description": "Description"
"description": "Description",
"ldap": {
"fields": {
"acr": "ACR",
"bind_dn": "Bind DN",
"bind_password": "Bind Password",
"remote_ldap_server": "Remote LDAP Server",
"max_connections": "Max Connections",
"base_dns": "Base DNs",
"remote_primary_key": "Remote Primary Key",
"local_primary_key": "Local Primary Key",
"servers": "Servers",
"level": "Level",
"default_authn_method": "Default Authn Method",
"use_ssl": "Use SSL",
"enabled": "Enabled",
"enable": "Enabled",
"disable": "Disabled",
"status": "Status"
},
"placeholders": {
"acr": "Enter ACR",
"bind_dn": "Enter Bind DN",
"bind_password": "Enter Bind Password",
"remote_ldap_server": "Enter Remote LDAP Server",
"max_connections": "Enter Max Connections",
"base_dns": "Enter Base DNs",
"remote_primary_key": "Enter Remote Primary Key",
"local_primary_key": "Enter Local Primary Key",
"level": "Enter Level",
"default_authn_method": "Enter Default Authn Method",
"action_commit_message": "Enter reason for change"
},
"errors": {
"acr_required": "ACR is required!",
"bind_dn_required": "Bind DN is required!",
"bind_password_required": "Bind Password is required!",
"remote_ldap_server_required": "Remote LDAP Server is required!",
"remote_ldap_server_invalid": "Server must be a valid LDAP URL (http:// or https://)",
"max_connections_required": "Max Connections is required!",
"max_connections_type": "Max Connections must be a number",
"max_connections_positive": "Max connections must be a positive number",
"max_connections_integer": "Max connections must be an integer",
"base_dns_required": "Base DNs is required!",
"remote_primary_key_required": "Remote Primary Key is required!",
"local_primary_key_required": "Local Primary Key is required!",
"level_required": "Level is required!",
"level_type": "Level must be a number",
"level_min": "Level must be at least 1",
"level_integer": "Level must be an integer",
"default_authn_method_required": "Default Authn Method is required!"
}
}
},
"roles": {
"name": "Role name",
Expand Down
Loading
Loading