-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsimple_oauth_21.links.task.yml
More file actions
41 lines (36 loc) · 1.25 KB
/
simple_oauth_21.links.task.yml
File metadata and controls
41 lines (36 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Top-level tab for OAuth 2.1 Compliance in the Simple OAuth admin
simple_oauth_21.oauth21_compliance:
route_name: simple_oauth_21.dashboard
title: 'OAuth 2.1 Compliance'
base_route: oauth2_token.settings
weight: 50
# Dashboard tab (default) when viewing OAuth 2.1 Compliance
simple_oauth_21.dashboard:
route_name: simple_oauth_21.dashboard
title: 'Dashboard'
parent_id: simple_oauth_21.oauth21_compliance
weight: 0
# Server Metadata tab under OAuth 2.1 Compliance
simple_oauth_21.server_metadata:
route_name: simple_oauth_server_metadata.settings
title: 'Server Metadata'
parent_id: simple_oauth_21.oauth21_compliance
weight: 10
# Native Apps tab under OAuth 2.1 Compliance
simple_oauth_21.native_apps:
route_name: simple_oauth_native_apps.settings
title: 'Native Apps'
parent_id: simple_oauth_21.oauth21_compliance
weight: 20
# PKCE tab under OAuth 2.1 Compliance
simple_oauth_21.pkce:
route_name: simple_oauth_pkce.settings
title: 'PKCE'
parent_id: simple_oauth_21.oauth21_compliance
weight: 30
# Client Registration tab under OAuth 2.1 Compliance
simple_oauth_21.client_registration:
route_name: simple_oauth_client_registration.settings
title: 'Client Registration'
parent_id: simple_oauth_21.oauth21_compliance
weight: 40