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

Fix/forward auth redirect #56

Merged
merged 2 commits into from
Apr 19, 2023
Merged

Conversation

kennethklee
Copy link
Contributor

@kennethklee kennethklee commented Apr 14, 2023

Fixes #54

This changes:

@kennethklee kennethklee changed the title Fix/forward auth redirect Draft: Fix/forward auth redirect Apr 14, 2023
@kennethklee
Copy link
Contributor Author

realized, this needs a flag to enable

Copy link
Owner

@itzg itzg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

server/server.go Outdated
return samlsp.FetchMetadata(reqCtx, client, *idpMetadataUrl)
reqCtx, cancel := context.WithTimeout(ctx, fetchMetadataTimeout)
desc, err := samlsp.FetchMetadata(reqCtx, client, *idpMetadataUrl)
cancel()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this doing?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops i wasn't supposed to check that in

@kennethklee kennethklee changed the title Draft: Fix/forward auth redirect Fix/forward auth redirect Apr 17, 2023
@kennethklee
Copy link
Contributor Author

@itzg ready for review!

Copy link
Owner

@itzg itzg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thanks.

@itzg itzg merged commit 63e0f8e into itzg:master Apr 19, 2023
@itzg
Copy link
Owner

itzg commented Apr 19, 2023

It’s released https://github.com/itzg/saml-auth-proxy/releases/tag/1.11.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

after login, the /_verify check redirects to the wrong URI
2 participants