mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +08:00
23 lines
548 B
YAML
23 lines
548 B
YAML
saml_metadata:
|
|
path: /saml/metadata
|
|
controller: Nbgrp\OneloginSamlBundle\Controller\Metadata
|
|
defaults: { idp: null }
|
|
|
|
saml_acs:
|
|
path: /saml/acs
|
|
controller: Nbgrp\OneloginSamlBundle\Controller\AssertionConsumerService
|
|
defaults: { idp: null }
|
|
|
|
saml_login:
|
|
path: /saml/login
|
|
controller: Nbgrp\OneloginSamlBundle\Controller\Login
|
|
defaults: { idp: null }
|
|
|
|
saml_logout:
|
|
path: /saml/logout
|
|
controller: Nbgrp\OneloginSamlBundle\Controller\Logout
|
|
defaults: { idp: null }
|
|
methods: ['POST', 'GET']
|
|
|
|
app_2fa_check:
|
|
path: /2fa_check
|