-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefinition.yml
50 lines (50 loc) · 1.45 KB
/
definition.yml
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
42
43
44
45
46
47
48
49
50
key: eveonline
title: Eve Online
description: Login with Eveonline's SSO
author: CodeFour
logo: https://images.evetech.net/corporations/98733824/logo
color: red accent-3
website: https://www.eveonline.com/
isAvailable: true
useForm: false
props:
clientId:
type: String
title: Client ID
hint: Application Client ID
order: 1
clientSecret:
type: String
title: Client Secret
hint: Application Client Secret
order: 2
scope:
type: String
title: Scopes
hint: Space-delimited list of scopes (recommended - esi-characters.read_corporation_roles.v1 esi-characters.read_titles.v1)
order: 3
allianceIds:
type: String
title: Alliance IDs
hint: Comma-delimited list of alliance IDs for membership (https://evewho.com)
order: 4
corpIds:
type: String
title: Corporation IDs
hint: Comma-delimited list of corp IDs for membership (https://evewho.com)
order: 5
useAutoRoles:
type: Boolean
title: Use Auto Roles
hint: Whether a user's wiki roles should be synced with their corp roles and titles
order: 6
keywordBlacklist:
type: String
title: Ignored Group Keywords
hint: Comma-delimited list of full or partial group names to ignore when removing roles
order: 7
corpMemberGroupNames:
type: String
title: Corp/Alliance Member Group Names
hint: Comma-delimited list of groups to assign to any user who is part of the Corporation IDs or Alliance IDs above
order: 8