
OpenID Connect Overview: OIDC Flow | OneLogin Developers
OneLogin provides a custom connector option that makes it easy to configure your OpenID Connect-enabled app to use OneLogin as the Identity Provider (IdP) in an OpenID Connect flow.
OpenId Connect Sample Code - OneLogin API
We recommend using a certified OpenId Connect client to interact with our OpenId Connect APIs. The following code samples demonstrate how to use various OpenId Client libraries.
OpenID Connect Device Code Flow - Device Authorization Request
In this flow, the device instructs the user to open a URL on a secondary device such as a smartphone or computer in order to complete the authorization. There is no communication …
OpenId Connect Auth Code Flow + PKCE - OneLogin API
The key difference between the PKCE flow and the standard Authorization Code flow is users aren’t required to provide a client_secret. PKCE reduces security risks for native apps, as …
OpenID Connect Auth Code Flow pt. 1 - OneLogin API
The Authorization Code Flow is the most secure and preferred method to authenticate users via OpenId Connect. This is the first of two requests that need to be made to complete the flow.
OpenID Connect Device Code Flow - Device Access Token Request
In this flow, the device instructs the user to open a URL on a secondary device such as a smartphone or computer in order to complete the authorization. There is no communication …
Client Credentials Grant - OpenId Connect - OneLogin Developers
The OpenId Connect Client Credentials grant can be used for machine to machine authentication. In this grant a specific user is not authorized but rather the credentials are verified and a …
Implicit Flow - OneLogin API
Implicit Flow Use this API to authenticate a user as part of the OpenID Connect Implicit Flow and generate an ID Token for the user. While the Implicit Flow is still a valid option for Single Page …
3 Easy Steps to Inspect Claims & Test OpenID Connect Flows
We’ve made life easier for you with a new OpenId Connect Inspector. The Inspector is quick to configure and enables you to try out the Implicit or Authorization Code flows using your own …
How to authenticate users - OneLogin Developers
Openid Connect Authentication automatically adjusts to user-based security policies, MFA requirements, and login flows you defined in OneLogin without requiring additional code.