Skip to content
Open
Changes from all commits
Commits
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
8 changes: 8 additions & 0 deletions docs/kratos/organizations/organizations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,14 @@ local claims = std.extVar('claims');
}
```

#### Signing certificate expiry details

The SAML connection includes a `valid_to` attribute, which is an array of expiry dates for the signing certificates associated
with the connection.

You can use this information to externally monitor certificate expirations or integrate it into your internal workflows and
alerting systems as needed.

## Self-service organization onboarding

```mdx-code-block
Expand Down
Loading