forked from TimothyJones/github-cognito-openid-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev.yml
60 lines (55 loc) · 1.66 KB
/
dev.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
51
52
53
54
55
56
57
58
59
60
events:
authorize:
- http:
path: '/github/openid/authorize'
method: post
cors: true
# authorizer:
# arn: arn:aws:cognito-idp:eu-west-1:334057996933:userpool/eu-west-1_AZVpH9wbT
- http:
path: '/github/openid/authorize'
method: get
cors: true
# authorizer:
# arn: arn:aws:cognito-idp:eu-west-1:334057996933:userpool/eu-west-1_AZVpH9wbT
token:
- http:
path: '/github/openid/token'
method: post
cors: true
# authorizer:
# arn: arn:aws:cognito-idp:eu-west-1:334057996933:userpool/eu-west-1_AZVpH9wbT
- http:
path: '/github/openid/token'
method: get
cors: true
# authorizer:
# arn: arn:aws:cognito-idp:eu-west-1:334057996933:userpool/eu-west-1_AZVpH9wbT
userinfo:
- http:
path: '/github/openid/userinfo'
method: post
cors: true
# authorizer:
# arn: arn:aws:cognito-idp:eu-west-1:334057996933:userpool/eu-west-1_AZVpH9wbT
- http:
path: '/github/openid/userinfo'
method: get
cors: true
# authorizer:
# arn: arn:aws:cognito-idp:eu-west-1:334057996933:userpool/eu-west-1_AZVpH9wbT
jwks:
- http:
path: '/github/openid/jwks.json'
method: get
cors: true
# authorizer:
# arn: arn:aws:cognito-idp:eu-west-1:334057996933:userpool/eu-west-1_AZVpH9wbT
openid-configuration:
- http:
path: '/github/openid/configuration'
method: get
cors: true
# authorizer:
# arn: arn:aws:cognito-idp:eu-west-1:334057996933:userpool/eu-west-1_AZVpH9wbT
region: us-east-1