Fake Identity Provider

Use me instead of your real identity provider (Google or Facebook etc.) in development and testing to easily create test users for your application.

On the authorization screen you can select a randomly generated username or enter a numeric PIN that will "seed" the username generation giving you a stable selection of "random" usernames.

Stable Test Users
Same PIN always generates the same users.
No API Quotas
Unlimited test runs without rate limits or excessive security checks.
Instant Setup
Get your entire team up and running in seconds.
No Secrets
No API keys to manage, all data is fake/generated.
CI/CD Friendly
Perfect for automated pipelines without OAuth app setup

Everything You Need to Get Started

Configuration documents

https://oauth.sdk42.com/.well-known/openid-configuration
https://oauth.sdk42.com/.well-known/oauth-authorization-server

Test it out with OIDC Debugger client at https://openidconnect.net/

Manual Configuration

Authorization Endpoint:

https://oauth.sdk42.com/authorize

Token Endpoint:

https://oauth.sdk42.com/token

User Info Endpoint:

https://oauth.sdk42.com/userinfo

DEMO

Frequently Asked Questions

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Made with ❤️ AA