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.
Everything You Need to Get Started
Configuration documents
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
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.