Projects STRLCPY opencti Commits 4717c3dd
🤬
  • ■ ■ ■ ■ ■ ■
    opencti-platform/opencti-graphql/src/config/providers.js
    skipped 74 lines
    75 75   signature_algorithm: 'signatureAlgorithm',
    76 76   digest_algorithm: 'digestAlgorithm',
    77 77   want_assertions_signed: 'wantAssertionsSigned',
     78 + authn_context: 'authnContext',
     79 + disable_requested_authn_context: 'disableRequestedAuthnContext',
     80 + force_authn: 'forceAuthn',
     81 + disable_request_acs_url: 'disableRequestAcsUrl',
    78 82   // OpenID Client - everything is already in snake case
    79 83  };
    80 84  const configRemapping = (config) => {
    skipped 321 lines
Please wait...
Page is in error, reload to recover