Skip to content

Role/group restrictions using OpenID #300

Open
@rinshadka

Description

@rinshadka

HI,

I have tried server CE and used the OpenID authentication setup using a Keycloak service and was successfully able to implement authentication for all the users in my keycloak Realm. Actually I wanted to allow login support for users having a particular role or users which comes under a particular group. I couldn't find a configuration for those extra filtering. Used below config options:-

  "auth": {
    "sessionSecret": "",
    "openId": {
      "realm": "https://my-keycloak-url.com/auth/realms/xxxxx",
      "clientId": "my id",
      "clientSecret": "my secret"
    }
  },

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions