Merge pull request #11806 from JimMoen/chore-1024-saml-changelog

chore: add missing change log for saml SSO Entra Id support
This commit is contained in:
JimMoen 2023-10-24 10:16:29 +08:00 committed by GitHub
commit 9dfffd90d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
Support Azure Entra Id for saml single sign on.
## Hight Light known issue:
Signed SAML `AuthnRequest` is not fully supported yet by Azure Entra ID.
See also for more details:
[single-sign-on-saml-protocol#signature](https://learn.microsoft.com/en-us/azure/active-directory/develop/single-sign-on-saml-protocol#signature)