summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/endpoints/test_metadata.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed isort importsDariusz Smigiel2022-06-161-1/+2
* Allow non-HTTPS issuer when OAUTHLIB_INSECURE_TRANSPORT. (#803)Theron Luhn2022-03-061-0/+10
* Add `Access-Control-Allow-Origin` header to metadata endpoint.Theron Luhn2021-12-131-0/+15
* Sorted tests import per isort 4.3.21Anton Ruhlov2020-04-101-4/+2
* The future is nowHugo2019-08-151-2/+0
* Fix issue when using Metadata Endpoint with OIDC PreConfigured server.Jonathan Huot2018-12-141-0/+27
* Sort dict and list in dict values for py27/36 compatpreconf-server-metadataJonathan Huot2018-11-301-2/+10
* Add Server metadata test and fix metadata.Jonathan Huot2018-11-301-0/+53
* Allow custom provider to override oauthlib valuesoauth-metadataJonathan Huot2018-11-211-0/+10
* Initial OAuth Authorization Server Metadata RFC8414Jonathan Huot2018-10-251-0/+28