Files
signoz/frontend/src/container/OrganizationSettings/AuthDomain/AuthDomain.styles.scss
Vibhu Pandey c122bc09b4 feat(tokenizer|sso): add tokenizer for session management and oidc sso support (#9183)
## 📄 Summary

- Instead of relying on JWT for session management, we are adding another token system: opaque. This gives the benefits of expiration and revocation.

- We are now ensuring that emails are regex checked throughout the backend.

- Support has been added for OIDC protocol
2025-10-16 18:00:38 +05:30

20 lines
284 B
SCSS

.auth-domain {
display: flex;
flex-direction: column;
gap: 8px;
.auth-domain-header {
display: flex;
align-items: center;
justify-content: space-between;
}
}
.auth-domain-list {
.auth-domain-list-column-action {
display: flex;
flex-direction: row;
gap: 24px;
}
}