Skip to content

Okta provider and RBAC error "Provider [okta] doesn't contain a roles field param name, mapping won't be performed" #4077

Closed Answered by Haarolean
sandraber asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, you're missing the "roles-field" field in custom params for your oauth provider.
Please take a look here

In your case it'd be like this:

auth:
  type: OAUTH2
  oauth2:
    client:
      okta:
        custom-params:
          type: oauth
          roles-field: roles

Replies: 3 comments 15 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
13 replies
@Haarolean
Comment options

@sandraber
Comment options

@Haarolean
Comment options

@sandraber
Comment options

@Haarolean
Comment options

Answer selected by Haarolean
Comment options

You must be logged in to vote
2 replies
@fallen-up
Comment options

@sandraber
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type/question An issue with a question which could possibly be converted into a discussion
4 participants
Converted from issue

This discussion was converted from issue #4076 on August 01, 2023 12:50.