Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A new ForgeRock SDK install command #30

Open
adam-cyclones opened this issue Jul 6, 2022 · 3 comments
Open

A new ForgeRock SDK install command #30

adam-cyclones opened this issue Jul 6, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@adam-cyclones
Copy link

Is your feature request related to a problem? Please describe.
The ForgeRock SDK is a great and valid option used by many ForgeRock customers and there is a great set of tutorials but its all very manual, It would be great if the SDK could be setup automatically by running a command.

frodo sdk install --centralized-login

Describe the solution you'd like

This result of the command could be a configured OAuthClient and Cors config, with even a generated basic set of connection options to plug straight into your code.

@ryanbas21
Copy link

@adam-cyclones I have a beta-esque github action that does this for a specific use case. I can see this being abstracted out for a purpose like this as well.

https://github.com/ryanbas21/update-cors-am-github-action

Is this something in line with what your thinking?

@daveadams56
Copy link

Yes I think that's part of what we're thinking about (have discussed further on slack). There are other settings that could be good to apply here, such as specifying a custom UI instead of the default end user, adding an appropriate oauth client and probably more.

@adam-cyclones
Copy link
Author

@ryanbas21 I was going to say you have all this wonderful typescript! lib-frodo (frodo split backend uses typescript kind of) So it would have played well to copy this code and add it there. sadly lib-frodo isn't ready yet, its still very much my pet project.

Right now we are still adding all the commands + features + API to this CLI repo instead - anyway, I mean, looking at your lib folder, yes this is a cracking starting point for us!

@vscheuber vscheuber added enhancement New feature or request labels Jul 12, 2022
@vscheuber vscheuber transferred this issue from rockcarver/frodo Sep 1, 2022
vscheuber added a commit to vscheuber/frodo-lib that referenced this issue Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants