AzureAD / microsoft-authentication-library-for-python

Microsoft Authentication Library (MSAL) for Python makes it easy to authenticate to Microsoft Entra ID. General docs are available here https://learn.microsoft.com/entra/msal/python/ Stable APIs are documented here https://msal-python.readthedocs.io. Questions can be asked on www.stackoverflow.com with tag "msal" + "python".
https://stackoverflow.com/questions/tagged/azure-ad-msal+python
Other
754 stars 191 forks source link

Rebrand from AAD to Microsoft Entra #655

Closed SHERMANOUKO closed 3 months ago

rayluo commented 5 months ago

So far, so good. Are these all the changes needed, or are you still working on more? In the latter case, you can mark this PR as a draft until it is ready for review.

What is the exact term, anyway? Is it "AAD" = "Microsoft Entra ID" (i.e., is the ID keyword important)? BTW, do "B2C" and "CIAM" get new names, too?

SHERMANOUKO commented 5 months ago

These are the only changes for this PR

Azure AD B2C retained its name CIAM + B2B = Microsoft Entra External ID as at now though this may change.

When it comes to the branding, it depends. In some cases Azure AD == Microsoft Entra ID. In some cases it's Microsoft Entra. Microsoft Entra is the name for the product family of identity and network access solutions. Microsoft Entra ID is one of the products within that family. For example, roles, users, tokens, groups etc belong to the product Microsoft Entra so

Azure AD users == Microsoft Entra users and not Microsoft Entra ID users.

rayluo commented 5 months ago

These are the only changes for this PR

So, you are only changing the inline docs which will be publish to learn.microsoft.com (and ReadTheDocs).

This repo also contains its own README.md which is this open source project's de facto homepage. Shall we change that one, too?

FYI: https://github.com/search?q=repo%3AAzureAD%2Fmicrosoft-authentication-library-for-python%20aad&type=code

SHERMANOUKO commented 5 months ago

Good catch.

I need to update that too. I'll convert to draft and update that first.

SHERMANOUKO commented 3 months ago

@rayluo this PR is now ready for review