Navjyot Kaur
Navjyot Kaur

Reputation: 25

How to secure REST API with OpenID Connect

I am new to the REST API development

I created a simple REST API, I want to secure this using OpenID Connect/OAuth

Is there any code example how can i implement OpenID Connect

Upvotes: 1

Views: 978

Answers (1)

Matt Ke
Matt Ke

Reputation: 3739

See http://openid.net/developers/libraries for an overview of available libraries.

(Some of the libraries include examples.)

Upvotes: 3

Related Questions