mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
enterprise/providers/ssf: more conformance fixes (#21521)
* enterprise/providers/ssf: more conformance fixes Signed-off-by: Jens Langhammer <jens@goauthentik.io> * include request when possible Signed-off-by: Jens Langhammer <jens@goauthentik.io> * remove null state Signed-off-by: Jens Langhammer <jens@goauthentik.io> * t Signed-off-by: Jens Langhammer <jens@goauthentik.io> * re-gen & format Signed-off-by: Jens Langhammer <jens@goauthentik.io> * remove None state Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix ci Signed-off-by: Jens Langhammer <jens@goauthentik.io> * revert a thing Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix tests Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix ssf conformance test Signed-off-by: Jens Langhammer <jens@goauthentik.io> * no subtest Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix network Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add test for stream update Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@@ -39031,7 +39031,13 @@ components:
|
||||
EventsRequestedEnum:
|
||||
enum:
|
||||
- https://schemas.openid.net/secevent/caep/event-type/session-revoked
|
||||
- https://schemas.openid.net/secevent/caep/event-type/token-claims-change
|
||||
- https://schemas.openid.net/secevent/caep/event-type/credential-change
|
||||
- https://schemas.openid.net/secevent/caep/event-type/assurance-level-change
|
||||
- https://schemas.openid.net/secevent/caep/event-type/device-compliance-change
|
||||
- https://schemas.openid.net/secevent/caep/event-type/session-established
|
||||
- https://schemas.openid.net/secevent/caep/event-type/session-presented
|
||||
- https://schemas.openid.net/secevent/caep/event-type/risk-level-change
|
||||
- https://schemas.openid.net/secevent/ssf/event-type/verification
|
||||
type: string
|
||||
ExpiringBaseGrantModel:
|
||||
@@ -55618,6 +55624,7 @@ components:
|
||||
- enabled
|
||||
- paused
|
||||
- disabled
|
||||
- disabled_deleted
|
||||
type: string
|
||||
Schedule:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user