From 26a79438edb54f25ada354ae108f94dc5386692e Mon Sep 17 00:00:00 2001 From: Emmanuel Gautier Date: Tue, 3 Sep 2024 23:44:52 +0200 Subject: [PATCH] chore: move benchmark to nacho project --- solutions/auth0.md | 20 -------------------- solutions/authlete.md | 20 -------------------- solutions/ory-hydra.md | 23 ----------------------- 3 files changed, 63 deletions(-) delete mode 100644 solutions/auth0.md delete mode 100644 solutions/authlete.md delete mode 100644 solutions/ory-hydra.md diff --git a/solutions/auth0.md b/solutions/auth0.md deleted file mode 100644 index c28a7aa..0000000 --- a/solutions/auth0.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Auth0 -url: https://auth0.com/docs/authenticate/protocols/openid-connect-protocol -license: Proprietary -certified: true -openSource: false - -features: -- Dynamic Client Registration -- Refresh Token Rotation - -grant_types: -- client_credentials -- authorization_code -- refresh_token ---- - -An easy to implement, adaptable authentication and authorization SaaS platform. - -List of supported [Grant Types](https://auth0.com/docs/get-started/applications/application-grant-types) diff --git a/solutions/authlete.md b/solutions/authlete.md deleted file mode 100644 index f8ba748..0000000 --- a/solutions/authlete.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Authlete -url: https://www.authlete.com/ -license: Proprietary -certified: true -openSource: false - -features: -- Authorization Code Flow -- FAPI - -grant_types: -- client_credentials -- authorization_code -- refresh_token -- urn:openid:params:grant-type:ciba -- urn:ietf:params:oauth:grant-type:device_code ---- - -OAuth/OIDC Component as a Service diff --git a/solutions/ory-hydra.md b/solutions/ory-hydra.md deleted file mode 100644 index 5381016..0000000 --- a/solutions/ory-hydra.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Ory Hydra -url: https://github.com/ory/hydra -license: Apache 2.0 -certified: true -openSource: true - -features: -- Dynamic Client Registration -- Refresh Token Rotation - -grant_types: -- client_credentials -- authorization_code -- refresh_token -- urn:ietf:params:oauth:grant-type:jwt-bearer - -prompts: -- none -- login ---- - -OpenID Certified™ OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source.