Skip to content

Commit 74e8556

Browse files
Merge pull request #21 from AvePoint/identity-services
identity service update
2 parents e8735a5 + a22609d commit 74e8556

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

docs/docs/register-app.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ To obtain an access token using a client secret in an app registration, follow t
6060

6161
| AOS Environment | Access Token URL |
6262
| --------------------------- | --------------------------------------------------------------- |
63-
| Commercial Environment | `https://identity.avepointonlineservices.com/connect/token` |
64-
| U.S. Government Environment | `https://identity-gov.avepointonlineservices.com/connect/token` |
63+
| Commercial | `https://identity.avepointonlineservices.com/connect/token` |
64+
| U.S. Government | `https://identity-gov.avepointonlineservices.com/connect/token` |
65+
| AOS2 | `https://identity-aos2.avepointonlineservices.com/connect/token`|
66+
| FedRAMP Cloud (Project Hosts)| `https://identity.online15.net/connect/token`|
6567

6668
2. **Set the Header**
6769
- `Content-Type: application/x-www-form-urlencoded`
@@ -226,12 +228,14 @@ To obtain an access token using a certificate in an app registration, follow the
226228
>
227229
> |AOS Environment| Identity Services URL|
228230
> |---|---|
229-
> |Commercial Environment| `https://identity.avepointonlineservices.com`|
230-
> |U.S. Government Environment|`https://identity-gov.avepointonlineservices.com`|
231+
> |Commercial | `https://identity.avepointonlineservices.com/connect/token`|
232+
> |U.S. Government |`https://identity-gov.avepointonlineservices.com/connect/token`|
233+
> | AOS2 | `https://identity-aos2.avepointonlineservices.com/connect/token`|
234+
> | FedRAMP Cloud (Project Hosts)| `https://identity.online15.net/connect/token`|
231235

232-
1. Execute the following command to run the project.
236+
4. Execute the following command to run the project.
233237
`dotnet run`
234-
2. Access token output. The console will display:
238+
5. Access token output. The console will display:
235239

236240
```json
237241
[Access Token]

0 commit comments

Comments
 (0)