Created on 14 January 2019
icon_unfollowing
Login to follow
auth0-web-connector

Auth0 Web Connector

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 14 January 2019 by 
auth0-web-connector

Auth0 Web Connector

Details
OpenID Connect and OAuth 2.0 Connector to popular SaaS platform Auth0
Read more

Auth0 Web Connector vs IdP

The IdP component in the Forge is great!  You can use both of these components to authenticate to Auth0, however they differ in protocol - IdP uses SAML 2.0, where as this component uses OpenID Connect and OAuth 2.0.  With this component, you can use the Access Token provided by Auth0 to invoke OAuth2.0 protected services.

OutSystems

Re-usable component to enable authentication via Auth0.  To use:

  1. Update the Security Exception sequence in your OnException to call GetRedirectURL
    1. Pass the component your Auth0 domain, client id, client secret, and the page the user is requesting (e.g. with GetBookmarkableURL())
    2. Optionally, add any additional scopes your application may need, or specify any connections to external authentication systems, e.g. GitHub
  2. Redirect the user to the result of GetRedirectURL

Example:


Auth0

Within Auth0, create an application and configure it as such:

  • Application Type: Regular Web Application
  • Token Endpoint Authentication Method: Post
  • Allowed Callback URLs: https://OUTSYSTEMS_DOMAIN/Auth0WebConnector/OAuth2Callback.aspx

Notes

This component is not affiliated with Auth0 Inc

Release notes (1.0.1)

Re-upload

Reviews (0)
Category
Integrations, Security & authentication
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
See all 2 dependencies
Application Objects
Auth0 Web Connector has 3 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
No consumers yet.
Weekly downloads