Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt
nameOIDCAuthModuleAppSetting2

Files

Description

authorize.aspx

Generates Azure login URL and redirects the user agent to the authorization endpoint

redeemcode.aspx

Exchanges the received authorization_code for an access token, creates the IPrincipal, and attaches the principal to the current HTTP session

logout.aspx

Logouts the users out of Azure and kills the current HTTP session

Excerpt
nameida:ClaimsTransformerAppSettings
Code Block
<appSettings> 
    <add key="ida:IdentityTokenValidator" value="{namespace}.{class name}, {assembly name}"/>
</appSettings>