You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
552 B
16 lines
552 B
hwi_oauth_redirect:
|
|
resource: "@HWIOAuthBundle/Resources/config/routing/redirect.xml"
|
|
prefix: /login/oauth-connect
|
|
|
|
hwi_oauth_connect:
|
|
resource: "@HWIOAuthBundle/Resources/config/routing/connect.xml"
|
|
prefix: /usr/oauth/connect
|
|
|
|
vierbergenlars_oauth_account_disconnect:
|
|
path: /usr/oauth/disconnect/{externalUser}
|
|
defaults:
|
|
_controller: AuthserverOAuthAccountBundle:Connect:disconnectService
|
|
|
|
oauth_login_paths:
|
|
resource: vierbergenlars.authserver_oauth_account.route_provider:getOAuthLoginPaths
|
|
type: service
|
|
|