Skip to content

docs: refine nonce compatibility wording

c9972ea
Select commit
Loading
Failed to load commit list.
Draft

Remove SDK-side ID token validation #912

docs: refine nonce compatibility wording
c9972ea
Select commit
Loading
Failed to load commit list.
Azure Pipelines / AzureAD.microsoft-authentication-library-for-python (2708) failed May 11, 2026 in 7m 32s

Build #20260511.9 had test failures

Details

Tests

  • Failed: 14 (0.31%)
  • Passed: 4,138 (93.07%)
  • Other: 294 (6.61%)
  • Total: 4,446

Annotations

Check failure on line 481 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AzureAD.microsoft-authentication-library-for-python (2708)

Build log #L481

1 test(s) failed, 370 test(s) collected.

Check failure on line 568 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AzureAD.microsoft-authentication-library-for-python (2708)

Build log #L568

Bash exited with code '1'.

Check failure on line 481 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AzureAD.microsoft-authentication-library-for-python (2708)

Build log #L481

1 test(s) failed, 370 test(s) collected.

Check failure on line 568 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AzureAD.microsoft-authentication-library-for-python (2708)

Build log #L568

Bash exited with code '1'.

Check failure on line 1 in tests/test_cryptography.py::CryptographyTestCase::test_ceiling_should_be_latest_cryptography_version_plus_three

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AzureAD.microsoft-authentication-library-for-python (2708)

tests/test_cryptography.py::CryptographyTestCase::test_ceiling_should_be_latest_cryptography_version_plus_three

self = <tests.test_cryptography.CryptographyTestCase testMethod=test_ceiling_should_be_latest_cryptography_version_plus_three>

    def test_ceiling_should_be_latest_cryptography_version_plus_three(self):
        expected_ceiling = int(latest_cryptography_version.split(".")[0]) + 3
>       self.assertEqual(
            expected_ceiling, get_current_ceiling(),
            "Test passed with latest cryptography, so we shall bump ceiling to N+3={}, "
            "based on their latest deprecation policy "
            "https://cryptography.io/en/latest/api-stability/#deprecation".format(
            expected_ceiling))
E       AssertionError: 51 != 50 : Test passed with latest cryptography, so we shall bump ceiling to N+3=51, based on their latest deprecation policy https://cryptography.io/en/latest/api-stability/#deprecation

tests/test_cryptography.py:57: AssertionError
Raw output
/opt/hostedtoolcache/Python/3.13.13/x64/lib/python3.13/unittest/case.py:900: AssertionError: 51 != 50 : Test passed with latest cryptography, so we shall bump ceiling to N+3=51, based on their latest deprecation policy https://cryptography.io/en/latest/api-stability/#deprecation

Check failure on line 1 in tests/test_cryptography.py::CryptographyTestCase::test_ceiling_should_be_latest_cryptography_version_plus_three

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AzureAD.microsoft-authentication-library-for-python (2708)

tests/test_cryptography.py::CryptographyTestCase::test_ceiling_should_be_latest_cryptography_version_plus_three

self = <tests.test_cryptography.CryptographyTestCase testMethod=test_ceiling_should_be_latest_cryptography_version_plus_three>

    def test_ceiling_should_be_latest_cryptography_version_plus_three(self):
        expected_ceiling = int(latest_cryptography_version.split(".")[0]) + 3
>       self.assertEqual(
            expected_ceiling, get_current_ceiling(),
            "Test passed with latest cryptography, so we shall bump ceiling to N+3={}, "
            "based on their latest deprecation policy "
            "https://cryptography.io/en/latest/api-stability/#deprecation".format(
            expected_ceiling))
E       AssertionError: 51 != 50 : Test passed with latest cryptography, so we shall bump ceiling to N+3=51, based on their latest deprecation policy https://cryptography.io/en/latest/api-stability/#deprecation

tests/test_cryptography.py:57: AssertionError
Raw output
/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/unittest/case.py:878: AssertionError: 51 != 50 : Test passed with latest cryptography, so we shall bump ceiling to N+3=51, based on their latest deprecation policy https://cryptography.io/en/latest/api-stability/#deprecation

Check failure on line 1 in test_ceiling_should_be_latest_cryptography_version_plus_three

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AzureAD.microsoft-authentication-library-for-python (2708)

test_ceiling_should_be_latest_cryptography_version_plus_three

AssertionError: 51 != 50 : Test passed with latest cryptography, so we shall bump ceiling to N+3=51, based on their latest deprecation policy https://cryptography.io/en/latest/api-stability/#deprecation
Raw output
self = <tests.test_cryptography.CryptographyTestCase testMethod=test_ceiling_should_be_latest_cryptography_version_plus_three>

    def test_ceiling_should_be_latest_cryptography_version_plus_three(self):
        expected_ceiling = int(latest_cryptography_version.split(".")[0]) + 3
>       self.assertEqual(
            expected_ceiling, get_current_ceiling(),
            "Test passed with latest cryptography, so we shall bump ceiling to N+3={}, "
            "based on their latest deprecation policy "
            "https://cryptography.io/en/latest/api-stability/#deprecation".format(
            expected_ceiling))
E       AssertionError: 51 != 50 : Test passed with latest cryptography, so we shall bump ceiling to N+3=51, based on their latest deprecation policy https://cryptography.io/en/latest/api-stability/#deprecation

tests/test_cryptography.py:57: AssertionError

Check failure on line 1 in tests/test_cryptography.py::CryptographyTestCase::test_ceiling_should_be_latest_cryptography_version_plus_three

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AzureAD.microsoft-authentication-library-for-python (2708)

tests/test_cryptography.py::CryptographyTestCase::test_ceiling_should_be_latest_cryptography_version_plus_three

self = &lt;tests.test_cryptography.CryptographyTestCase testMethod=test_ceiling_should_be_latest_cryptography_version_plus_three&gt;

    def test_ceiling_should_be_latest_cryptography_version_plus_three(self):
        expected_ceiling = int(latest_cryptography_version.split(".")[0]) + 3
&gt;       self.assertEqual(
            expected_ceiling, get_current_ceiling(),
            "Test passed with latest cryptography, so we shall bump ceiling to N+3={}, "
            "based on their latest deprecation policy "
            "https://cryptography.io/en/latest/api-stability/#deprecation".format(
            expected_ceiling))
E       AssertionError: 51 != 50 : Test passed with latest cryptography, so we shall bump ceiling to N+3=51, based on their latest deprecation policy https://cryptography.io/en/latest/api-stability/#deprecation

tests/test_cryptography.py:57: AssertionError
Raw output
/opt/hostedtoolcache/Python/3.14.4/x64/lib/python3.14/unittest/case.py:918: AssertionError: 51 != 50 : Test passed with latest cryptography, so we shall bump ceiling to N+3=51, based on their latest deprecation policy https://cryptography.io/en/latest/api-stability/#deprecation