summaryrefslogtreecommitdiff
path: root/src/oidc
AgeCommit message (Expand)Author
2022-04-14use hashicorp uuidmo khan
2022-04-14specify defautl client id and hostmo khan
2022-04-14update bin scripts to accept a target hostmo khan
2022-04-14read host from env varmo khan
2022-04-13accept authorization code as a parametermo khan
2022-04-13implement jwks endpointmo khan
2022-04-13use anonymous structmo khan
2022-04-13add .well-known/openid-configuration.jsonmo khan
2022-04-13add script to test .well-known/openid-configurationmo khan
2022-04-13extract function to generate an id_tokenmo khan
2022-04-13generate a jwt as the id_tokenmo khan
2022-04-13update notes on oidc flowmo khan
2022-04-08notes on possible workflows and vault climo khan
2022-04-06start to handle implicit flow requestmo khan
2022-04-06link to different flows in specmo khan
2022-04-06exchange authorization code for tokensmo khan
2022-04-06response to authorization code requestmo khan