mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
enterprise/providers: WSFed configurable realm, default wreply (#19996)
* enterprise/providers/wsfed: make realm configurable Signed-off-by: Jens Langhammer <jens@goauthentik.io> * make wreply optional, fallback to configure Signed-off-by: Jens Langhammer <jens@goauthentik.io> * use audience instead of issuer Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix lookup Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@@ -7165,6 +7165,11 @@
|
||||
"minLength": 1,
|
||||
"title": "Reply url"
|
||||
},
|
||||
"wtrealm": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"title": "Wtrealm"
|
||||
},
|
||||
"assertion_valid_not_before": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
|
||||
Reference in New Issue
Block a user