Authenticating for multiple services with a single JWT token (Single sign-on)

I am working on an authentication system using JWT bearer tokens. Currently every single service our company provides has it’s own JWT sign key, but uses the same data structure for the token data. Currently a client logs into our system a… Continue reading Authenticating for multiple services with a single JWT token (Single sign-on)

Implications of using a self-signed certificate to sign JWT tokens in OAuth

I’m looking to setup an integration between GitHub and Service Now and I can use OAuth2 using JWT Tokens, the steps to take can be found here.
There is a specific step that states:

Create a CA signed certificate using the GitHub App priva… Continue reading Implications of using a self-signed certificate to sign JWT tokens in OAuth