Brian Demers
Brian Demers
green means go!
@dogeared bump
@george-hawkins-aa The Okta branch/release of this project only [supports the integrations](https://stormpath.com/oktaplusstormpath) (Spring, Spring-Boot, and Servlet) Please contact [email protected] and we can help you figure out the best plan for your...
Hey @MarcelTon! Okta has two different types of issuers one for the Okta Dashboard/Admin console this is typically formatted as `https://company.okta.com` the other is for API Access Management (any of...
@MarcelTon What comes back from a request to `https://company.okta.com/oauth2/default/.well-known/openid-configuration` (from your browser)?
Ahh, ideally calling `okta login` should over right your config which would take care of this scenario. If we add a `logout` command we would probably also want to invalidate...
I like this idea. 🤔 If I had two orgs configured. I'm guessing I would use them something like: ``` okta apps create --org dev-123456.okta.com ``` (or something like that)...
@haishengwu-okta we would still need to store a secret key to handle encryption. In the future, we may be able to support doing something with a more temporary access token....
Secret stores (for example the mac keychain) are not consistent between OS's, and may not exist at all for some. Using environment variables should work as well, for scripting, or...