Skip to content

lstoll/webauthn-oidc-idp

Repository files navigation

idp

note: this is very much experimental softawre. it is probably not stable nor secure. don't use it!

See Issues for the closest thign we have to a roadmap.

Registering an initial user

export ENCRYPTION_KEY="$(openssl rand -hex 32)"
go run ./ --enroll --email=user@domain --fullname="Users Name"
# go to the url output
go run ./ --activate --user-id=<uuid>

Run the server

go run ./ --http 127.0.0.1:8085
# test the auth flow:
go run github.com/lstoll/oidc/cmd/oidc-example-rp@latest