-
Notifications
You must be signed in to change notification settings - Fork 6
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
OpenId connect authorization_code #46
Comments
Hi @nearlyheadlessarvie, Can you show your setup? I think is a great idea to add this functionality to this package. |
Also, something to consider is that in the Isolated model, there are 2 processes, Host and your functions. The host process relays request to your functions process using GRPC. |
@nearlyheadlessarvie, here is a quick implementation for remote authentication using a middleware. |
At the moment there's no real need to hook on any events so it's very basic Btw, its like the moment you read my question there's this idea you had and executed it real quick... and it worked! You just forgot the var handler = handlers.GetHandlerAsync(httpContext, scheme.Name) as IAuthenticationRequestHandler; |
This is more of a question than an issue:
Is it possible to complete an openid connect authorization_code flow? I tried it but getting 404 in /signin-oidc.
The text was updated successfully, but these errors were encountered: