Add 3rd Party OAuth OIDC
OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0 protocol.
Part 1 will create a custom AppID API with a POST /introspect
endpoint that will handle the OAuth authentication and authorization communication with AppID.
Part 2 will add a security definition to your API by configuring the API that you want to secure with a 3rd Party OAuth OIDC provider.
Last updated