mock-oauth2-server
Jump to navigation
Jump to search
docker run --rm -p 8080:8080 ghcr.io/navikt/mock-oauth2-server:2.1.10 curl -s http://localhost:8080/default/.well-known/openid-configuration | jq
Optional:
mkdir -p ~/mock-idp cd ~/mock-idp touch ~/mock-idp/config.json
open "http://localhost:8080/okta/authorize?client_id=keycloak-okta&response_type=code&redirect_uri=http://localhost:9999/callback&scope=openid+profile+email&state=abc"
curl -s http://localhost:8080/default/.well-known/openid-configuration | jq
/app/config.json
Related[edit]
See also[edit]
Advertising: