You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit: I noticed that there's already similar code in here for jwt/oidc, so updating the issue accordingly.
Hashicorp cloud has an oauth2 browser login method that I'd like to use. I see this has a jwt/oidc that looks similar, but I can't tell if that's the same. The HCP thing doesn't appear to be oidc (maybe?) and the port, some of the endpoints, etc are different (i.e. it uses oauth2/auth for the auth url, but the oidc method implemented here seems to use oidc/auth_url?).
I also found a documentation about autenticate to HCP. If you want fell free to add it you can use the new modul named hcp for that. I don't have any expierence with the HCP.
Edit: I noticed that there's already similar code in here for jwt/oidc, so updating the issue accordingly.
Hashicorp cloud has an oauth2 browser login method that I'd like to use. I see this has a jwt/oidc that looks similar, but I can't tell if that's the same. The HCP thing doesn't appear to be oidc (maybe?) and the port, some of the endpoints, etc are different (i.e. it uses
oauth2/auth
for the auth url, but the oidc method implemented here seems to useoidc/auth_url
?).For reference, the code the
hcp
uses is here:I'd be happy to try implementing it if you have any suggestions on how to structure it.
The text was updated successfully, but these errors were encountered: