go-authcrunch icon indicating copy to clipboard operation
go-authcrunch copied to clipboard

AuthCrunch provides Authentication, Authorization, and Accounting (AAA) Security Functions (SF) in Golang

Results 12 go-authcrunch issues
Sort by recently updated
recently updated
newest added

This change makes it possible to extract extra fields form user info to the generated token. For example, to have `upn` from the Azure token be added to the final...

## What this does: Allows different auth portals to use different OAuth clients with the same realm from the same identity provider. See greenpau/caddy-security/issues/307 ## Why do this: Currently when...

I'm using caddy-security to provide auth to a few webapps that are behind reverse_proxy. Some of these custom apps are basic static files that want to have a simple logout...

need triage
feature

When non-token authentication, e.g direct basicauth is used via the caddy security plugin, each request currently has to go through the costly `bcrypt.CompareHashAndPassword` method resulting in ~ 4s latency to...

feature

Im interested in using caddy in some user facing apps, which would require localization of the ui. I would start on a PR if you'll provide some input which approach...

need triage
feature

Hi, I wanted to ask if it would be possible to adjust the hostname of the r.Response.RedirectURL in the authentication method of the identity provider. In my setup I have...

need triage
feature

> A clear and concise description of what you want to accomplish. Currently there is no way to do ACL authorization on custom fields. E.g on Auth0 it is not...

question
need triage

> A clear and concise description of what you want to accomplish. how can i custom field in jwt and to acl match.eg. device_id ``` paylod: { "exp": 2676517701, "iss":...

question
need triage

> A clear and concise description of what you want the system to do. Currently we can use JWKs from an URL when using the IDP plugin. But to support...

need triage
feature

Hi @greenpau While using caddy-security, I found this error. https://github.com/greenpau/caddy-security/issues/157#issuecomment-1239083590 So I disabled redirect in caddy security and when I put no token, it returned 500 Internal Server Error. As...

need triage
feature