Azure AD documentation error? #1236

Closed
opened 2025-11-20 05:26:43 -05:00 by saavagebueno · 8 comments
Owner

Originally created by @Silex on GitHub (Sep 12, 2024).

Originally assigned to: @mgarces on GitHub.

Hello,

In the documentation for Azure AD (now Entra ID?) the following screenshot is wrong:

image

It should look like this:

image

Also "http://localhost:53000" looks wrong (why localhost?), but maybe it is correct.

Originally created by @Silex on GitHub (Sep 12, 2024). Originally assigned to: @mgarces on GitHub. Hello, In the documentation for Azure AD (now Entra ID?) the following screenshot is wrong: ![image](https://github.com/user-attachments/assets/9dd7ba32-47e2-4ae7-9ffd-fc5b788bbe86) It should look like this: ![image](https://github.com/user-attachments/assets/0beec505-e9c6-4b1c-9452-b50f47048490) Also "http://localhost:53000" looks wrong (why localhost?), but maybe it is correct.
saavagebueno added the documentationtriage-needed labels 2025-11-20 05:26:43 -05:00
Author
Owner

@Silex commented on GitHub (Feb 13, 2025):

Ping. I'm currently setting up AzureAD auth, I'll follow the documentation verbatim but if that fails I'll come back to this issue.

@Silex commented on GitHub (Feb 13, 2025): Ping. I'm currently setting up AzureAD auth, I'll follow the documentation verbatim but if that fails I'll come back to this issue.
Author
Owner

@Silex commented on GitHub (Feb 13, 2025):

"Client ID: same as your Application ID URI minus the api://"

--> Should also be minus the ending "/api".

@Silex commented on GitHub (Feb 13, 2025): "Client ID: same as your Application ID URI minus the api://" --> Should also be minus the ending "/api".
Author
Owner

@mlsmaycon commented on GitHub (Feb 13, 2025):

Hello @Silex , yes, it should be just the UUID text, e.g., 5e81de6c-660b-4a35-8397-72ef36e6a5cc

@mlsmaycon commented on GitHub (Feb 13, 2025): Hello @Silex , yes, it should be just the UUID text, e.g., `5e81de6c-660b-4a35-8397-72ef36e6a5cc`
Author
Owner

@Silex commented on GitHub (Feb 13, 2025):

"Search for accessTokenAcceptedVersion and change the value from null to 2"

--> There's no "accessTokenAcceptedVersion" in the manifest

@Silex commented on GitHub (Feb 13, 2025): "Search for accessTokenAcceptedVersion and change the value from null to 2" --> There's no "accessTokenAcceptedVersion" in the manifest
Author
Owner

@Silex commented on GitHub (Feb 13, 2025):

When adding the secret, it proposes this:

Image

I did set the recommanded 6 months expiration because the doc does not mention the duration, but now I see that in setup.env I have to fill it:

NETBIRD_IDP_MGMT_CLIENT_SECRET="<CLIENT_SECRET>"

Does that mean I should create a secret that never expires?

@Silex commented on GitHub (Feb 13, 2025): When adding the secret, it proposes this: ![Image](https://github.com/user-attachments/assets/b840613a-c0e8-45e7-b85d-65b0ed913897) I did set the recommanded 6 months expiration because the doc does not mention the duration, but now I see that in `setup.env` I have to fill it: ``` env NETBIRD_IDP_MGMT_CLIENT_SECRET="<CLIENT_SECRET>" ``` Does that mean I should create a secret that never expires?
Author
Owner

@Silex commented on GitHub (Feb 15, 2025):

I'll make a PR with the changes

@Silex commented on GitHub (Feb 15, 2025): I'll make a PR with the changes
Author
Owner

@Silex commented on GitHub (Feb 19, 2025):

Continuing in https://github.com/netbirdio/docs/pull/281

@Silex commented on GitHub (Feb 19, 2025): Continuing in https://github.com/netbirdio/docs/pull/281
Author
Owner

@hvolpers commented on GitHub (Oct 21, 2025):

Also "http://localhost:53000/" looks wrong (why localhost?), but maybe it is correct.
That port is opened by netbird locally to retrieve the sso result

"Search for accessTokenAcceptedVersion and change the value from null to 2"

--> There's no "accessTokenAcceptedVersion" in the manifest
It was - it is still present in the legacy version.

@hvolpers commented on GitHub (Oct 21, 2025): > Also "http://localhost:53000/" looks wrong (why localhost?), but maybe it is correct. That port is opened by netbird locally to retrieve the sso result > "Search for accessTokenAcceptedVersion and change the value from null to 2" > > --> There's no "accessTokenAcceptedVersion" in the manifest It was - it is still present in the legacy version.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#1236