Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom openid connect -> https -> http -> 500 #134

Closed
cforce opened this issue Apr 19, 2023 · 1 comment
Closed

custom openid connect -> https -> http -> 500 #134

cforce opened this issue Apr 19, 2023 · 1 comment
Labels

Comments

@cforce
Copy link
Contributor

cforce commented Apr 19, 2023

I configured a custom openId connect Authorizer which correctly redirect sto the ID provider login, authenticating the user and redirecting back to the configured https://app-backend-XXXX.azurewebsites.net/.auth/login/mycustomopneidconnectsso/callback, where the redirect uri's inside azure is set to http:// and finally leads to an 500 on the web application.

Core.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://app-backend-XXXX.azurewebsites.net/.auth/login/mycustomopneidconnectsso/callback?code=xxxxxxxxxxxxxxxxxxxxxxxx&state=redir%3D%252F - -
2023-04-19 07:19:33.465 +00:00 [Debug] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id "XXXXXXXXXXX" completed keep alive response.

I have tried http v1 and v2 and switched on/off enforce ssl , also i found several realated issues but was not able to get it running
without success.

Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this issue will be closed.

@github-actions github-actions bot added the Stale label Dec 29, 2023
@cforce cforce closed this as completed Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant