Skip to content

Commit

Permalink
fixed image
Browse files Browse the repository at this point in the history
  • Loading branch information
cleftheris committed Feb 20, 2020
1 parent f493092 commit 0c9ac19
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Indice.Kentico.Oidc.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{11743D9E-7
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{2D8DF01D-8DC6-4F02-9630-CFAC54F524F2}"
ProjectSection(SolutionItems) = preProject
misc\assets\setting.png = misc\assets\setting.png
misc\assets\setting.jpg = misc\assets\setting.jpg
EndProjectSection
EndProject
Global
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ This repo contains a custom authentication [HTTP Module](https://docs.microsoft.
4. Finally you will have to set the logon URL to the value of the handler that exists inside our package.
Open **Configuration** -> **Settings** -> **Security & Membership** and set the `Website logon page URL` field
(under Content section) and enter the value `/SignIn.ashx` as shown below. If this setting is set, it overrides the `Oidc:AutoRedirect` app setting.
![Add setting](misc/assets/setting.png "Add setting")
![Add setting](misc/assets/setting.jpg "Add setting")
***hint***: The response type that is currently used against the authorization endpoint is `code id_token` (so the `Hybrid flow` is used). The `code id_token` flow would get a `code` and `id_token` in the Authentication Response directly but you'd use the `code` to get an `access_token` from the Token endpoint.
Binary file added misc/assets/setting.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed misc/assets/setting.png
Binary file not shown.

0 comments on commit 0c9ac19

Please sign in to comment.