-
Notifications
You must be signed in to change notification settings - Fork 20
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
Comments
@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? |
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. |
@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 |
Workflow error
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.
The text was updated successfully, but these errors were encountered: