Skip to content

Commit 7017957

Browse files
authored
Update README.md
1 parent 1d6def5 commit 7017957

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

README.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,37 @@ languages:
44
- java
55
products:
66
- azure
7+
- azure-app-service
78
description: "Azure App Service sample for managing authentication for web apps."
89
urlFragment: app-service-java-manage-authentication-for-web-apps
910
---
1011

11-
# Getting Started with Appservice - Manage Web App With Authentication - in Java #
12+
# Manage Web App With Authentication (Java)
1213

14+
Azure App Service sample for managing authentication for web apps.
1315

14-
Azure App Service sample for managing authentication for web apps.
15-
- Create 4 web apps under the same new app service plan with:
16-
- Active Directory login for 1
17-
- Facebook login for 2
18-
- Google login for 3
19-
- Microsoft login for 4
20-
16+
- Create 4 web apps under the same new app service plan with:
17+
- Active Directory login for 1
18+
- Facebook login for 2
19+
- Google login for 3
20+
- Microsoft login for 4
2121

22-
## Running this Sample ##
22+
## Running this sample
2323

2424
To run this sample:
2525

2626
Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-java/blob/master/AUTH.md).
2727

28-
git clone https://github.com/Azure-Samples/app-service-java-manage-authentication-for-web-apps.git
28+
```bash
29+
git clone https://github.com/Azure-Samples/app-service-java-manage-authentication-for-web-apps.git
30+
cd app-service-java-manage-authentication-for-web-apps
31+
mvn clean compile exec:java
32+
```
2933

30-
cd app-service-java-manage-authentication-for-web-apps
31-
32-
mvn clean compile exec:java
33-
34-
## More information ##
34+
## More information
3535

3636
[http://azure.com/java](http://azure.com/java)
3737

38-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
39-
40-
---
38+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
4139

4240
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

0 commit comments

Comments
 (0)