fence
fence copied to clipboard
AuthN/AuthZ OIDC Service
TODO: Verify error codes, finalize endpoints, remove commented out endpoint definitions? ### New Features ### Breaking Changes ### Bug Fixes ### Improvements - New docs for admin endpoints - Various...
After user authentication and consent, Fence's callback to my client application contains both ID and access tokens (among other information). The decoded payload of the ID token contains the following...
When I set scopes in my authentication request to `['openid', 'user']`, I get an ID token whose `context` decodes as: ``` "context": { "user": { "phone_number": null, "display_name": null, "name":...
Fix bug in authlib where `%20` between scopes (e.g. `openid%20user`) eventually lose their percent encoding and become `openid user`. Authlib then tries to decode the "percent encoded" string, but it's...
Implemented CLOPS-235 ### Improvements - Enables Trufflehog Travis checks for credentials
Update error messages for presigned URLs and AWS creds
…up code for CloudManager over and over, fix tests