forked from MicrosoftDocs/azure-dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoc.yml
93 lines (93 loc) · 4.26 KB
/
toc.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
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
items:
- name: Secure Java apps using the Microsoft identity platform
href: index.yml
items:
- name: Overview
href: secure-java-apps-with-identity-platform-overview.md
- name: Secure your Java Spring Boot app
expanded: true
items:
- name: Enable sign-in with Microsoft Entra ID
href: enable-spring-boot-webapp-authentication-entra-id.md
- name: Enable sign-in with Azure AD B2C
href: enable-spring-boot-webapp-authentication-azure-ad-b2c.md
- name: Access user details
href: enable-spring-boot-webapp-authorization-entra-id.md
- name: Use roles and role claims
href: enable-spring-boot-webapp-authorization-role-entra-id.md
- name: Use groups and group claims
href: enable-spring-boot-webapp-authorization-group-entra-id.md
- name: Deploy to Azure Container Apps
href: deploy-spring-boot-to-azure-container-apps.md
- name: Secure your Java Tomcat app
expanded: true
items:
- name: Enable sign-in with Microsoft Entra ID
href: enable-java-tomcat-webapp-authentication-entra-id.md
- name: Enable sign-in with Azure AD B2C
href: enable-java-tomcat-webapp-authentication-azure-ad-b2c.md
- name: Access user details
href: enable-java-tomcat-webapp-authorization-entra-id.md
- name: Use roles and role claims
href: enable-java-tomcat-webapp-authorization-role-entra-id.md
- name: Use groups and group claims
href: enable-java-tomcat-webapp-authorization-group-entra-id.md
- name: Deploy to App Service
href: deploy-tomcat-to-app-service.md
- name: Secure your Java JBoss EAP app
expanded: true
items:
- name: Enable sign-in with Microsoft Entra ID
href: enable-java-jboss-eap-webapp-authentication-entra-id.md
- name: Enable sign-in with Azure AD B2C
href: enable-java-jboss-eap-webapp-authentication-azure-ad-b2c.md
- name: Access user details
href: enable-java-jboss-eap-webapp-authorization-entra-id.md
- name: Use roles and role claims
href: enable-java-jboss-eap-webapp-authorization-role-entra-id.md
- name: Use groups and group claims
href: enable-java-jboss-eap-webapp-authorization-group-entra-id.md
- name: Deploy to App Service
href: deploy-jboss-to-app-service.md
- name: Secure your Java WebLogic app
expanded: true
items:
- name: Enable sign-in with Microsoft Entra ID
href: enable-java-weblogic-webapp-authentication-entra-id.md
- name: Enable sign-in with Azure AD B2C
href: enable-java-weblogic-webapp-authentication-azure-ad-b2c.md
- name: Access user details
href: enable-java-weblogic-webapp-authorization-entra-id.md
- name: Use roles and role claims
href: enable-java-weblogic-webapp-authorization-role-entra-id.md
- name: Use groups and group claims
href: enable-java-weblogic-webapp-authorization-group-entra-id.md
- name: Deploy to WebLogic on Azure VM
href: deploy-weblogic-to-vm.md
- name: Secure your Java WebSphere app
expanded: true
items:
- name: Enable sign-in with Microsoft Entra ID
href: enable-java-websphere-webapp-authentication-entra-id.md
- name: Enable sign-in with Azure AD B2C
href: enable-java-websphere-webapp-authentication-azure-ad-b2c.md
- name: Access user details
href: enable-java-websphere-webapp-authorization-entra-id.md
- name: Use roles and role claims
href: enable-java-websphere-webapp-authorization-role-entra-id.md
- name: Use groups and group claims
href: enable-java-websphere-webapp-authorization-group-entra-id.md
- name: Deploy to WebSphere on Azure VM
href: deploy-websphere-to-vm.md
- name: Secure your Java WebSphere Liberty/Open Liberty app
expanded: true
items:
- name: Use Microsoft Entra ID OpenID Connect
href: ../ee/liberty-with-microsoft-entra-id.md?toc=/azure/developer/java/identity/toc.json&bc=/azure/developer/java/breadcrumb/toc.json
- name: Secure your Java Quarkus app
expanded: true
items:
- name: Use Microsoft Entra ID OpenID Connect
href: ../ee/quarkus-with-microsoft-entra-id.md?toc=/azure/developer/java/identity/toc.json&bc=/azure/developer/java/breadcrumb/toc.json
- name: Overview of the Microsoft Authentication Library (MSAL)
href: /entra/identity-platform/msal-overview