Skip to content

Conversation

@cgalibern
Copy link
Contributor

Description

This pull request includes the following changes:

  • Introduced an authenticated state and implemented conditional checks across various hooks to enhance session management.
  • Removed the x509 authentication method and associated UI elements to streamline authentication processes.

@cgalibern cgalibern marked this pull request as draft August 22, 2025 23:41
@cgalibern cgalibern marked this pull request as ready for review August 24, 2025 16:49
…nd additional permissions

Make sure to include the grant scope in your request. The granted values can then be retrieved from the JWT under the grant claim.
Simplify LoginCallback by removing unused hooks and redundant logic.

Removed error: Warning: Cannot update a component (`StateProvider`) while rendering a different component (`LoginCallback`). To locate the bad setState() call inside `LoginCallback`, follow the stack trace as described in https://reactjs.org/link/setstate-in-render
               LoginCallback
               OidcRoutes
               AuthenticationProvider
               AuthProvider
               Router
               BrowserRouter
               div
               Styled(div)
               Box
               Component@
               SnackProvider
               ThemeProvider
               ThemeProvider
               ThemeProvider
               AppThemeProvider
               StateProvider
               AppStateProvider
               App
This enables PKCE. The implicit flow is often deprecated bhy auth providers
@cgalibern cgalibern force-pushed the v7-remove-X509-support branch from 90b4562 to 815e398 Compare August 25, 2025 07:24
@cgalibern cgalibern merged commit 2cb3887 into opensvc:v7 Aug 25, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant