mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 07:32:57 +03:00
🚀 Feature: Implicit Authorization #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @UbiquitousBear on GitHub.
Feature description
Allow OIDC clients to support implicit authorisation flows, which bypass the need for the authenticated user to explicitly approve information required by an OIDC client.
Pitch
In my use-case, very few applications require a user to explicitly approve what information is provided (name, email, groups etc); this is due to the applications being internally built or internally facing and 'trusted'.
@stonith404 commented on GitHub:
Thanks for your request. The implicit authorization flow is no longer recommended because it is not considered secure. Because of that we don't plan to implement this flow but encourage the clients to migrate to the authorization code flow.