What are the different ways to authenticate two different server securely apart from OAuth and SAML?

空扰寡人 提交于 2020-01-01 19:26:06

问题


Background:

I want to integrate SSO in my existing application with my client's application and client IDP does not support any SAML and OAuth standards.

Problem Statement:

I'm looking for a custom solution where if any client application simply opens a link of my application then my application must be able to recognise that user/client and should auto logged-in into my application.

Though, I've done enormous research before asking this question in this forum:

My findings so far:

Some of my findings which I can use to auto login into my system using the following custom techniques:

  • JWT token
  • Certificate
  • Simple encryption using a secret key token. ie AES, RSA

Are there any other custom secure options available?

And what option one should choose in this kind of situation?

来源:https://stackoverflow.com/questions/55177721/what-are-the-different-ways-to-authenticate-two-different-server-securely-apart

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!