Replies: 2 comments
-
I dug into the topic a little more and it seems that at least the node-openid-client is FAPI certified. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just to hop onto this same topic, may I know if FAPI 2.0 is supported with next-auth? I tried to search information around, but I can't seem to find anything on this topic. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a use case where I as a Relying Party (RP) need to provide keys via JWKS-uri to OpenID Connect Provider (OP).
I'm not really familiar with this approach, but it seems to be related to Financial-grade API (FAPI) requirements and especially to use of asymmetrical key pairs and to the exchange of JWT.
The spec for FAPI can be found from here and 8.9. states:
Which sounds pretty much I'm trying to achieve. I tried to look documentation but couldn't find any hints how to provide keys. This issue #3150 might be somewhat related.
Anyone has any insight on this?
Beta Was this translation helpful? Give feedback.
All reactions