Bookmarks tagged [openid-connect]
https://www.janua.fr/examples-of-offline-token-usage-in-keycloak/
In this article we share examples of offline token usage in Keycloa
https://github.com/IdentityModel/oidc-client-js/
OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
- tags: javascript, openid-connect, oauth2
- source code
https://tools.ietf.org/html/rfc7636
OAuth 2.0 public clients utilizing the Authorization Code Grant are susceptible to the authorization code interception attack. This specification describes the attack as well as a technique to...
- tags: oauth2, openid-connect, specification
https://github.com/panva/node-openid-client
OpenID Certified™ Relying Party (RP, Client) implementation for Node.js. Wide feature coverage including optional specifications and passport strategy is included. - panva/node-openid-client
- tags: openid-connect, node.js
https://www.youtube.com/watch?v=996OiexHze0
Developer Advocate Nate Barbettini breaks down OpenID and OAuth 2.0 in Plain English Find Nate's slides here: [https://speakerdeck.com/nbarbettini/oauth-and-openid-connect-in-plain-english](https://sp...
- 📆 published on: 2018-02-05
- tags: oauth2, openid-connect, security, authentication, authorization
https://developer.okta.com/blog/2018/09/24/reactive-apis-with-spring-webflux#secure-your-spring-webf...
You've heard that reactive programming can help you scale? But how do you implement it? Using Spring WebFlux, of course! This article shows you how.
- tags: reactive-programming, spring-webflux, mongodb, spring-security, openid-connect, websocket
- source code
https://developer.okta.com/blog/2017/07/25/oidc-primer-part-1
In this post, we learned some basics about OpenID Connect, its history, and a bit about the various flow types, scopes, and tokens involved.
- [OIDC in Action – An OpenID Connect Primer, Part 2 of 3]...
- 📆 published on: 2017-07-25
- tags: openid-connect, oidc, spring-boot
- source code
https://auth0.com/docs/scopes/current/oidc-scopes
Understand scopes and claims used with the OpenID Connect (OIDC) protocol.
- tags: openid-connect
https://medium.com/@darutk/understanding-id-token-5f83f50fa02e
From an engineer's point of view, an abstract explanation like “ID Token is a token issued as a result of user authentication” is not so valuable because engineers cannot imagine how to implement ID T...
- 📆 published on: 2017-11-06
- tags: openid-connect, jwt, oauth2
OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0 protocol. It allows Clients to verify the identity of the End-User based on the authentication performed by an Authorization Serve...
- tags: openid-connect, oauth2
https://www.youtube.com/watch?v=tj03NRM6SP8
Nice introduction (just introduction) to oauth, openid-connect, possible use for securing microservices...
- 📆 published on: 2015-05-20
- tags: api, security, oauth2, openid-connect, microservices
https://auth0.com/learn/refresh-tokens/
A Refresh Token is a special kind of token that can be used to obtain a renewed access token —that allows accessing a protected resource— at any time. You can request new access tokens until the r...
- tags: jwt, oauth2, openid-connect
https://auth0.com/docs/protocols/oidc
What is the OpenID Connect protocol and how it works.
- tags: openid-connect, oauth2, jwt
https://openid.net/specs/openid-connect-core-1_0.html
Abstract
OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0 protocol. It enables Clients to verify the identity of the End-User based on the authentication performed by an A...
- tags: openid-connect, oauth2
https://connect2id.com/learn/openid-connect
OpenID Connect is the new emerging standard for single sign-on and identity provision on the internet. Its formula for success: simple JSON-based identity tokens (JWT), delivered via the OAuth 2.0 pro...
- tags: openid-connect