auth/internal/metadata/delivery/http/testdata/TestHandler_ServeHTTP.golden

2 lines
896 B
Plaintext
Executable File

{"service_documentation":"https://indieauth.net/draft/","authorization_endpoint":"https://indieauth.example.com/auth","token_endpoint":"https://indieauth.example.com/token","introspection_endpoint":"https://indieauth.example.com/introspect","userinfo_endpoint":"https://indieauth.example.com/userinfo","revocation_endpoint":"https://indieauth.example.com/revocation","issuer":"https://example.com/.well-known/oauth-authorization-server","revocation_endpoint_auth_methods_supported":["none"],"response_types_supported":["code","id"],"grant_types_supported":["authorization_code","ticket"],"scopes_supported":["block","channels","create","delete","draft","email","follow","media","mute","profile","read","update"],"code_challenge_methods_supported":["MD5","PLAIN","S1","S256","S512"],"introspection_endpoint_auth_methods_supported":["Bearer"],"authorization_response_iss_parameter_supported":true}