I am setting up an generic OIDC identity provider ...
# ory-network
f
I am setting up an generic OIDC identity provider in Ory Network. However we need data from the userinfo endpoint to populate the user details. The userinfo endpoint does not have an iss field/claim and I get an “issuer not set in claims” error. This seems to be a known problem (https://github.com/ory/kratos/issues/3040), any way around it? • Problem is “solved” for self-hosted instances as one could create a custom provider file - but I cannot do that for Ory Network? • Thought of using actions, if it’s possible to forward the id-token from the original id provider onward, but it seems I cannot get hold of that in the actions (neither in the identity actions or the oidc actions)
This issue have now been fixed in Ory Network/Kratos by this fix: https://github.com/ory/kratos/pull/3744 Thanks Ory!