Replies: 3 comments 1 reply
-
HI @st3v1s The offline_access scope is part of the OIDC specification, and just means the app would like to use refresh tokens. Not all OIDC providers require it to be specified, which is why that envvar allows you to add it. (I don't think Keycloak requires it, if it has refresh tokens enabled). |
Beta Was this translation helpful? Give feedback.
-
HI @st3v1s 3306 would probably be the port that the API connects to the DB on, and not what you would try to hit STIGMan on. |
Beta Was this translation helpful? Give feedback.
-
Still banging my head on the stig manager api not starting. I was wondering do I need to export the volume folder called stigdata as I don't understand how this will work on a disconnected system. Specifically we are trying to stand up on SIPR. Is there a github resource for SIPR? |
Beta Was this translation helpful? Give feedback.
-
We are trying to start up Stig Manager on a disconnected classified network. We exported our NIPR containers and imported into the disconnected docker environment. We changed the IP Addresses in the docker-compose.yml. Also set the STIGMAN_INIT_IMPORT_STIGS=false.
I was looking at the documentation and noticed the STIGMAN_CLIENT_EXTRA_SCOPES talks about offline access. Can you explain how that is used? Also are there any other vaiables I should set for the type of environment we are trying to run in?
Thanks for your time!
Beta Was this translation helpful? Give feedback.
All reactions