Commit 3b65c84
committed
fix: drop the auto-mapped clientId binding when a client is deleted
delete_oauth_client now best-effort removes the id-binding keyed by the
client_id, so deleting an API-key client doesn't leave an orphan
"<client_id> -> Starter" mapping behind in the Mapping tab. No-op for DCR
clients (they have no such binding).
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>1 parent 5fd4230 commit 3b65c84
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
901 | 901 | | |
902 | 902 | | |
903 | 903 | | |
| 904 | + | |
904 | 905 | | |
905 | 906 | | |
906 | 907 | | |
| |||
922 | 923 | | |
923 | 924 | | |
924 | 925 | | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
925 | 943 | | |
926 | 944 | | |
927 | 945 | | |
| |||
0 commit comments