From b925d208b054dd81869e37c2e11900fe5b572966 Mon Sep 17 00:00:00 2001 From: jade Date: Sun, 24 Mar 2024 06:07:32 +0000 Subject: [PATCH] Add some future steps with notes in case we have to do it --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index da1b8ca..5eebad7 100644 --- a/README.md +++ b/README.md @@ -104,3 +104,11 @@ ExecStart=/start-keycloak Then `systemctl restart keycloak`. Next create a forward like `ssh -L1337:localhost:1337 localvm` and attach your Java debugger to port 1337. + +### Future steps + +We might need to do account age stuff, if we get sockpuppet problems. + +Note this also: https://keycloak.discourse.group/t/retrieve-identity-provider-github-token/16613 + +Also, the GitHub IdP mappers get all of this response's info, including account age: https://docs.github.com/en/rest/users/users?apiVersion=2022-11-28#get-the-authenticated-user \ No newline at end of file