AppModelv2-WebApp-OpenIDConnect-nodejs icon indicating copy to clipboard operation
AppModelv2-WebApp-OpenIDConnect-nodejs copied to clipboard

App registration logout requires HTTPS URI but code sample doesn't support HTTPS

Open diberry opened this issue 4 years ago • 1 comments
trafficstars

How did you configure your app registration logout URI so that the local URI doesn't require HTTPS? I keep getting an error. If it must require the URI to support HTTPS, can you change the sample to also support that?

diberry avatar May 18 '21 16:05 diberry

@diberry I think http scheme for logout URI was allowed when entered via the app manifest, but looks like that's no longer the case. So now the app needs to create a https server to use the single sign-out feature. I don't have a solution at hand yet, but I'll put this in the backlog.

derisen avatar May 21 '21 00:05 derisen

Closing this as we are archiving the sample. Please refer to the new sample using MSAL Node: https://github.com/Azure-Samples/ms-identity-node

derisen avatar May 26 '23 18:05 derisen