Ken
Ken

Reputation: 1539

How do I create an OIDC login using oclif?

Can anyone please supply an example of using OCLIF to do an OIDC login from the command line. I think that the idea is that the login command should open a browser to login the page and spawn a server to capture authorization response. I am struggling with the implementation though.

Upvotes: 2

Views: 420

Answers (1)

William Queiroz
William Queiroz

Reputation: 1

For the time of the question, I don't know if you still need it but I ended up bumping into it and I implemented something in this repository that might help:

https://github.com/wnqueiroz/oclif-keycloak-oauth2-flows-sample

Upvotes: 0

Related Questions