JIRA SSO Lofin using Seraph in ASP.net for 4.4.4 version

Anirudha Karwa June 16, 2014

Hello All,

I want to integrate JIRA with company's SSO. I am using Jira version 4.4.4. I have a couple of questions.

1. Does the seraph support Jira 4.4.4v?

2. Searph libraries are by default is in Java. Is it available in ASP.net/C#? We are not working on Java.

Any help is appreciated.

Thanks in advance.

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 16, 2014

1. Yes

2. It's not a default, they're written in Java because that was the language of choice and there's no need or even desire to duplicate it in another language. That would be a pain because instead of saying "use this java class to authenticate", you're suddenly having to provide the framework to support an entire other language just to log in. It's far easier to stick to simple-to-implement java (and trust me, it is simple. Even I can write a java authenticator)

Anirudha Karwa June 18, 2014

Thank You Nic for your reply.

Suggest an answer

Log in or Sign up to answer