Skip to content

Commit eddc314

Browse files
committed
autogen(docs): generate cli docs
1 parent 85f352c commit eddc314

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

docs/kratos/concepts/messages.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,5 +930,10 @@
930930
"id": 5000002,
931931
"text": "No authentication methods are available. Please contact the system administrator.",
932932
"type": "error"
933+
},
934+
{
935+
"id": 5000003,
936+
"text": "Your organization requires SSO authentication, but no SSO provider is configured. Please contact the system administrator.",
937+
"type": "error"
933938
}
934939
]

docs/kratos/concepts/ui-messages.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1677,4 +1677,14 @@
16771677
}
16781678
```
16791679

1680+
###### Your organization requires SSO authentication, but no SSO provider is configured. Please contact the system administrator. (5000003)
1681+
1682+
```json
1683+
{
1684+
"id": 5000003,
1685+
"text": "Your organization requires SSO authentication, but no SSO provider is configured. Please contact the system administrator.",
1686+
"type": "error"
1687+
}
1688+
```
1689+
16801690
<!-- END MESSAGE TABLE -->

0 commit comments

Comments
 (0)