Xpl0S1v3 / openid

Trying OpenAM's OpenID Connect 1.0 features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenID Connect Examples

These simple examples use the OpenID Connect 1.0 provider support in OpenAM 11.0.0 and later.

  1. Clone the project for deployment in your container alongside OpenAM. For example, with OpenAM in /path/to/tomcat/webapps/openam, clone this under /path/to/tomcat/webapps into /path/to/tomcat/webapps/openid.
  2. Adjust the configuration as necessary. See the *.js files.
  3. Create the agent profile as described in the examples.
  4. Try it out.

The examples are not secure. Instead they are completely transparent, showing the requests and the steps for the Basic and Implicit Profiles, showing how to register a client dynamically, and showing OpenAM as OP and Authenticator for GSMA Mobile Connect. (Mobile Connect support requires OpenAM 12 or later.)


This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Copyright 2013-2014 ForgeRock AS

About

Trying OpenAM's OpenID Connect 1.0 features


Languages

Language:JavaScript 82.0%Language:CSS 18.0%