Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

kong-oidc is not showing in the plugin list #774

Open
vincentmarkcelino opened this issue May 16, 2022 · 1 comment
Open

kong-oidc is not showing in the plugin list #774

vincentmarkcelino opened this issue May 16, 2022 · 1 comment

Comments

@vincentmarkcelino
Copy link

I installed kong-oidc and restarted the server and also the machine. However, it doesnt showing up the kong-oidc plugins.
i followed carefully the README of kong-oidc but it doesnt showing up in the list.
I also add the kong-oidc to the kong.conf file under plugins.

Does anyone here encountered same problem?

@ismoil-nosr
Copy link

You should enable it via Admin API

curl --location 'http://kong-api-domain:8001/plugins/' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
    "name": "oidc",
    "config": {
        "client_id": "OIDC_CLIENT_NAME",
        "client_secret": "OIDC_CLIENT_SECRET"
    }
}'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants