RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/meteor-accounts-saml/server/definition/IMetadataVariables.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface IMetadataVariables extends Record<string, string> {
    issuer: string;
    certificate: string;
    identifierFormat: string;
    callbackUrl: string;
    sloLocation: string;
}