A subset of users of an existing asp.net mvc site need to be able to access our cloud-hosted confluence site - hosted in atlassian.net.
We need to be able take one of our users, who only exist in a local SQL Server DB for our asp.net mvc site and do the following:
1. Create a user account for them in confluence
2. Log them into that site automatically
Since I'm new to this world of Atlassian Confluence, I'm wondering what options exist.
Is there some way to do this without modifying the default out-of-the-box configuration of the confluence site? Or do I need to implement a custom Seraph Authenticator and install that on the atlassian site somehow?
I'm familiar with OpenID Connect, is there some way to integrate using OAuth2 / OpenID Connect? Or do I have to use Seraph for authentication?