Ryan Richard
Ryan Richard
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/fosite/blob/master/CODE_OF_CONDUCT.md). -...
Thanks for creating this open source tool. It's fantastic! We have a use case where we want to use the clone builder, and we also want to specify boot commands...
Thanks for creating this open source tool. It's fantastic! We're using the ISO builder to create VMs on vSphere 6.5, and we would like those VMs to be usable on...
Add docs for the dynamic clients feature to the web site. **Release note**: Will be included in the release notes of the dynamic clients feature. ```release-note TBD ```
- Create a new username scope, required for clients to get username in ID token - For backwards compatibility with older Pinniped CLIs, the pinniped-cli client does not need to...
This is intended to be a long-lived feature branch for the maintainers to share while they work towards implementing the proposal from #1126. TODO: This PR description should be updated...
This should not be merged unless fosite fixes the ID token at_hash bug, and we upgrade to a version of fosite which includes the fix. Note that the second commit...
### Proposal Tracking Issue - Proposal: #1142 - Discussion Links: - - - Pull requests: - -
### Proposal Tracking Issue - Proposal: See PR #1126 - Discussion Links: - - - Pull requests: - https://github.com/vmware-tanzu/pinniped/pull/1181 - https://github.com/vmware-tanzu/pinniped/pull/1255
I noticed that `ldap_client_test.go` has tons of tests for the `AuthenticateUser` function but no tests for the `PerformRefresh` function. The purpose of that test is to test the edge cases...