diff --git a/frontend/auth/admin/AdminApp.vue b/frontend/auth/admin/AdminApp.vue index 4c9307f..bb52f5d 100644 --- a/frontend/auth/admin/AdminApp.vue +++ b/frontend/auth/admin/AdminApp.vue @@ -1031,7 +1031,6 @@ async function submitDialog() { diff --git a/frontend/src/admin/AdminOidcDetail.vue b/frontend/src/admin/AdminOidcDetail.vue index 3b191a9..4fe3859 100644 --- a/frontend/src/admin/AdminOidcDetail.vue +++ b/frontend/src/admin/AdminOidcDetail.vue @@ -114,15 +114,14 @@ defineExpose({ focusFirstElement }) - - {{ isNew ? 'New OIDC Client' : (client?.name || 'OIDC Client') }} - - - - Client Credentials - Configure these values in the client application. + + + Client Configuration + Configure these values in the client application. + + Authentication Name @@ -131,7 +130,7 @@ defineExpose({ focusFirstElement }) (Login With, may affect URLs – optional) - Discovery URL + Auto Discovery URL {{ discoveryUrl }} Client ID @@ -144,9 +143,9 @@ defineExpose({ focusFirstElement }) - Groups Name + Groups Claim Name - groups + groups @@ -159,16 +158,19 @@ defineExpose({ focusFirstElement }) - ⚠️ Save the secret now — it cannot be retrieved later. - ⚠️ Saving will prevent access with the old secret. + + ⚠️ {{ isNew ? 'Save the secret now — it cannot be retrieved later.' : 'Saving will prevent access with the old secret.' }} + ℹ️ The client may use groups to check for required permissions. + + - - - - Client Settings - + + + Paskia Configuration + + Client Name @@ -177,6 +179,7 @@ defineExpose({ focusFirstElement }) This should be provided by the client application. + @@ -191,11 +194,13 @@ defineExpose({ focusFirstElement })
Configure these values in the client application.
⚠️ Save the secret now — it cannot be retrieved later.
⚠️ Saving will prevent access with the old secret.
This should be provided by the client application.