Hi everyone,
I am new to backstage, and I am following the documentation instructions as much as possible. In the docs it says that the recommended way to fill the users and teams to the catalog is to get them automatically from the source of truth of your organization.
My org uses okta, so I check the plugin marketplace and I found a plugin that does this (see screenshot).
The readme of this plugin is not very helpful and the discussion on github I see that are mostly not answered, plus the last commit was 3 months ago, is this plugin abandoned?
If not, how could I get support or an example to use it? This is what I have so far:
MY APP CONFIG:
catalog:
providers:
okta:
- orgUrl: 'https://urbansportsclub.okta.com' # ${AUTH_OKTA_DOMAIN}
token: ${OKTA_TOKEN}
oauth:
clientId: #${OKTA_OAUTH_CLIENT_ID},
keyId: ${OKTA_OAUTH_KEY_ID} #Note: keyId is optional but must be passed wen using a PEM as the privateKey
privateKey: ${OKTA_OAUTH_PK}
frequency: { seconds: 1 } # 1 SECOND for testing
timeout: { seconds: 180 }
# userFilter: profile.department eq "engineering"
groupFilter: profile.name eq "Development"