4 |
5 |
Logout
6 |
Would you like to logut of IdentityServer?
7 |
8 |
9 |
15 |
16 |
--------------------------------------------------------------------------------
/others/IdentityServer4.EntityFramework/IdentityServer4.EntityFramework.Demo/Views/Device/Success.cshtml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
Success
5 |
You have successfully authorized the device
6 |
7 |
8 |
--------------------------------------------------------------------------------
/others/IdentityServer4.EntityFramework/IdentityServer4.EntityFramework.Demo/Views/Device/UserCodeCapture.cshtml:
--------------------------------------------------------------------------------
1 | @model string
2 |
3 |
4 |
5 |
User Code
6 |
Please enter the code displayed on your device.
7 |
8 |
9 |
10 |
11 |
23 |
24 |
--------------------------------------------------------------------------------
/others/IdentityServer4.EntityFramework/IdentityServer4.EntityFramework.Demo/Views/Shared/Redirect.cshtml:
--------------------------------------------------------------------------------
1 | @model RedirectViewModel
2 |
3 |
4 |
5 |
You are now being returned to the application
6 |
Once complete, you may close this tab.
7 |
8 |
9 |
10 |