Skip to content

How to grant permissions to an external role created by Okta #105

Answered by littleK0i
jimmyzzxhlh asked this question in Q&A
Discussion options

You must be logged in to vote

In my view, this integration method is generally useless.

  1. You most likely cannot customize CREATE USER statements.
  2. You still have to grant individual permissions to roles created by Okta.
  3. Okta wants to "own" users and roles it created.

You may consider using programmatic config instead.

  1. Define business roles first.
  2. Create a basic mapping of roles in Okta to business roles in SnowDDL config.
  3. In Python code connect to Okta, download list of users with Okta roles, apply mapping to business roles and generate UserBlueprints dynamically.

With this approach you will have full control over creation of users / roles / grants, while keeping Okta a single point of truth and ultimate source of …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@jimmyzzxhlh
Comment options

@littleK0i
Comment options

@jimmyzzxhlh
Comment options

Answer selected by jimmyzzxhlh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants