Skip to content

Commit bbf4a48

Browse files
committed
refactor: remove customAuthParams from OIDC provider configuration
- Eliminated the customAuthParams field from the OIDC provider configuration in the OidcConfigPersistence class to streamline the provider setup. - Updated related logic to ensure compatibility with the revised configuration structure.
1 parent 6ea30f4 commit bbf4a48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/src/unraid-api/graph/resolvers/sso/oidc-config.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ export class OidcConfigPersistence extends ConfigFilePersister<OidcConfig> {
171171
buttonIcon: provider.buttonIcon,
172172
buttonVariant: provider.buttonVariant,
173173
buttonStyle: provider.buttonStyle,
174-
customAuthParams: provider.customAuthParams,
175174
};
176175

177176
const existingIndex = providers.findIndex((p) => p.id === provider.id);

0 commit comments

Comments
 (0)