forked from ibm-cloud-docs/appid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanding.json
104 lines (104 loc) · 4.19 KB
/
landing.json
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"title": "App ID docs",
"lastupdated": "2021-11-29",
"introduction": "With IBM Cloud App ID, you can easily add authentication to your web and mobile apps with few lines of code.",
"section_devtools": {
"api": "https://us-south.appid.cloud.ibm.com/swagger-ui/#/",
"terraform": "https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/appid_action_url"
},
"section_recommended": [
{
"title": "Add App ID",
"description": "Choose the type of application and authentication flow that you want to work with.",
"href": "/docs/appid?topic=appid-adding-overview"
},
{
"title": "Configure Cloud Directory",
"description": "Set up your own user registry to allow users to sign in with an email and password.",
"href": "/docs/appid?topic=appid-cloud-directory"
},
{
"title": "Controlling access",
"description": "Define which users and applications can access specific features or perform specific actions in your apps.",
"href": "/docs/appid?topic=appid-access-control"
}
],
"section_videos": [
{
"title": "About App ID",
"href": "/docs/appid?topic=appid-about",
"thumbnail": "/images/appid-about-video-thumbnail.png"
},
{
"title": "Technologies Under the Hood",
"href": "/docs/appid?topic=appid-key-concepts",
"thumbnail": "/images/appid-nodejs-video-thumbnail.png"
},
{
"title": "Using the App ID Management API",
"href": "/docs/appid?topic=appid-regions-endpoints#api-try",
"thumbnail": "/images/appid-mng-api-video-thumbnail.png"
},
{
"title": "Protecting Node.js Backend Applications",
"href": "/docs/appid?topic=appid-backend",
"thumbnail": "/images/appid-nodejs-video-thumbnail.png"
},
{
"title": "Protecting Node.js Web Applications",
"href": "/docs/appid?topic=appid-web-node",
"thumbnail": "/images/appid-node-web-video-thumbnail.png"
},
{
"title": "Protecting Liberty for Java Backend Applications",
"href": "/docs/appid?topic=appid-backend-liberty",
"thumbnail": "/images/appid-lib-java-video-thumbnail.png"
},
{
"title": "Protecting Liberty for Java Web Applications",
"href": "/docs/appid?topic=appid-web-apps#web-configuring-liberty",
"thumbnail": "/images/appid-lib-java-web-video-thumbnail.png"
},
{
"title": "Protecting Liberty for Java Web Applications",
"href": "https://www.youtube.com/watch?v=cDSYNFn4rX8",
"thumbnail": "/images/appid-signup-video-thumbnail.png"
}
],
"section_learn": {
"developer": "https://developer.ibm.com/depmodels/cloud/",
"architecture": "https://www.ibm.com/cloud/architecture/security",
"training": "https://www.ibm.com/training/cloud",
"community": "https://community.ibm.com/community/user/publiccloud/home"
},
"section_updates": {
"view_more": "/docs/appid?topic=appid-release-notes",
"tiles": [
{
"date": "September 2021",
"title": "New Region Availability",
"description": "App ID is now available in the Sao Paulo region."
},
{
"date": "July 2021",
"title": "New Region Availability",
"description": "App ID is now available in the Toronto and Osaka regions."
},
{
"date": "February 2021",
"title": "Ingress annotation is updated",
"description": "The custom Kubernetes Service Ingress annotation is deprecated. So, the App ID annotation has been updated to use the community Kubernetes image."
},
{
"date": "November 2020",
"title": "App to app access control",
"description": "You can now control which actions that an application is able to perform in your apps through role-based app-to-app access control."
},
{
"date": "June 2020",
"title": "Securing your App ID data",
"description": "You can now restore deleted instances of App ID during the data retention period."
}
]
}
}