Using curl for IdentityServer4 / OpenID -
for testpurposes trying authorization via curl (test-)app identityserver4. tried authenticate in flow documentated (http://openid.net/specs/openid-connect-core-1_0.html#overview), have feeling making wrong.
curl -x post -h "username:test" -h "password:pass" -h "content-type: application/json" -d '' -k -v http://localhost:5000/connect/authorize
authorize authorization-endpoint.
that's curl-command used test lot of changes in parameter , use. so. need? primary goal full authentification of user 1 of asp.net apps curl on bash windows maybe got wrong flow?
Comments
Post a Comment