Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,552,981
Community Members
 
Community Events
184
Community Groups

How to create remote login from external website?

lfilim
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Apr 11, 2023

Hi All,

I have a standalone JIRA server, and I want to create a login page on external website that would allow user a remote login to JIRA Server.

When user will use his username and password , I would login the user in background, and then redirect user to JIRA server url.

How can I get it done?

Best Regards,

Lukas

1 answer

0 votes
Florian Bonniec
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 11, 2023

Hi @lfilim 

I would have implemented SSO in that case, having the user login in one tool will log him in all the tools, so when reaching JIRA they will already be log-in.

 

Regards

lfilim
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Apr 11, 2023

Hi Florian,

I am looking for simple way, and implementing SSO might be big task here?

What I was thinking maybe there is an api that would allow a user to login and create a cookie in code behins and then simply redirect user to jira server?

 

Best Regards,

Lukas

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.
Apr 11, 2023

For a simple login, no, that's what the login function in Jira does already and so there's no point in replacing that.

You don't have to do "full" SSO if you go the way @Florian Bonniec - Okta for example lets me log in there, then visit Jira without having to log in (but we, for some unknown reason, have not enabled SSO - you have to repeat the login for other Okta enabled systems, or go in via Okta's home page (which is more clicks than just going straight to the application)

Suggest an answer

Log in or Sign up to answer