cancel
Showing results for 
Search instead for 
Did you mean: 

Ruby on Rails in Portal Applications?

Former Member
0 Kudos

how can i make use of Ruby on Rails for developing Portal interfaces

Accepted Solutions (0)

Answers (1)

Answers (1)

gregorw
Active Contributor
0 Kudos

Hello Rohit,

a Ruby Application can be included into the Portal like any other external application using an URL-iView. If you have to logon to a ABAP Backend system in your Ruby Application you can try to use Logon Tickets as I've used in my Blog: <a href="/people/gregor.wolf3/blog/2006/09/30/single-sign-on-with-external-id-implemented-in-ruby Sign On with External ID implemented in Ruby</a>. You only need the part starting with Variable "rfc2". The ticket is a cookie sent by the client Browser if you are using the same subdomain.

Regards

Gregor