diff --git a/doc/pages/documentation/2.0/idpopenidconnect.html b/doc/pages/documentation/2.0/idpopenidconnect.html index cb9a3388c..a3f1453f9 100644 --- a/doc/pages/documentation/2.0/idpopenidconnect.html +++ b/doc/pages/documentation/2.0/idpopenidconnect.html @@ -47,6 +47,8 @@ As an OP, LL::NG supports a lot of OpenID Con
  • prompt, display, ui_locales, max_age parameters
  • +
  • Extra claims definition
    +
  • Authentication context Class References (ACR)
  • Nonce
    @@ -66,12 +68,12 @@ As an OP, LL::NG supports a lot of OpenID Con - +

    Configuration

    - +

    OpenID Connect Service

    @@ -80,7 +82,7 @@ See +

    IssuerDB

    @@ -108,7 +110,7 @@ For example, to allow only users with a strong authentication level:

    - +

    Configuration of LL::NG in Relying Party

    @@ -190,7 +192,7 @@ An example of its content: }
    - +

    Configuration of Relying Party in LL::NG

    @@ -233,6 +235,16 @@ So you can define for example:

    +

    +You can also define extra claims and link them to attributes (see below). Then you just have to define the mapping of this new attributes, for example: +

    +
      +
    • birthplace ⇒ l
      +
    • +
    • birthcountry ⇒ co
      +
    • +
    +

    Options

    @@ -264,6 +276,8 @@ So you can define for example:
  • Redirection addresses: Space separated list of redirect addresses allowed for this RP
  • +
  • Extra claims: Associate attributes to extra claims if the RP request them, for example birthbirthplace birthcountry
    +