-
Notifications
You must be signed in to change notification settings - Fork 68
Sample does not work on Azure Website it does hovever work perfect locally #59
Comments
When publishing this on Azure webapp and select any menu option needing Authorization I ends up in a never ending logon loop. Am I missing something? Do I need to change anything in the sample to get it to work on Azure? I did follow the instruction in the sample to connect and publish to Azure but... |
Would you be using Edge? |
Hi, |
Thanks for disambiguating, @Pelago |
yes i did! Actually when in the looping logon in Firefox and I hit the go back button, I get this on the screen I have tried to update the application with newer Nuget packages with no luck especially the JWT is causing problems in my mind.. and the code. |
I did do one change in the Web.Config, I added |
@Pelago : for the JWT nuget, can you please try with the previous major version ? (I think I remember that the latest is 4.x, can you try with 3.x) ? |
@jmprieur The same result with JWT Nuget 3.x. There is also a 5.x that do not work eigther. |
Sorry missed that it did not install the Nuget 3.x Unable to resolve dependencies. 'System.IdentityModel.Tokens.Jwt 3.0.2' is not compatible with 'Microsoft.IdentityModel.Protocol.Extensions 1.0.4.403061554 constraint: System.IdentityModel.Tokens.Jwt (>= 4.0.4.403061554)', 'Microsoft.Owin.Security.OpenIdConnect 3.1.0 constraint: System.IdentityModel.Tokens.Jwt (>= 4.0.0)'. 0 |
Same result after altering through all nuget versions of 'Microsoft.IdentityModel.Protocol.Extensions too.. |
@jmprieur I hope you did not misstake my misstake above as if everything is working... :) |
@jmprieur do you have any other suggestions to get your sample working on Azure? |
I am facing the same issue pelego facing can somebody help me on this |
@Pelago did you able to fix that issue then please let me know the solution.Or anybody else please help me on this issue |
No description provided.
The text was updated successfully, but these errors were encountered: