auth-backend: add forwarding of the SAML audience option
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Vendored
+1
@@ -75,6 +75,7 @@ export interface Config {
|
||||
logoutUrl?: string;
|
||||
issuer: string;
|
||||
cert: string;
|
||||
audience?: string;
|
||||
privateKey?: string;
|
||||
authnContext?: string[];
|
||||
identifierFormat?: string;
|
||||
|
||||
Reference in New Issue
Block a user