- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2016 07:53 AM
Does Aikau support SSO using Kerberos? how can SSO be configured for this app?
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2016 05:33 AM
An Aikau standalone client (built using the Aikau Maven Archetype) is just a Surf application in the same way that Share is a Surf application. Share supports SSO because of the way that it is configured.
When we created the Aikau Archetype we essentially copied some of the key Java classes and Spring bean configuration from Share.
If you want to enable SSO in a standalone Aikau application then you just need to copy across the SSO related configuration from Share into your client (as suggested by ‌)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2016 06:15 AM
We have copied all Java classes from Alfresco to the Aikau app, but some tweaks are required. We're still working on this, I'll tell you if we have any advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2016 05:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2016 05:33 AM
An Aikau standalone client (built using the Aikau Maven Archetype) is just a Surf application in the same way that Share is a Surf application. Share supports SSO because of the way that it is configured.
When we created the Aikau Archetype we essentially copied some of the key Java classes and Spring bean configuration from Share.
If you want to enable SSO in a standalone Aikau application then you just need to copy across the SSO related configuration from Share into your client (as suggested by ‌)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2016 04:05 AM
Thanks, Dave Draper‌
I forgot also about this question. Finally we managed to include key classes from Share in our Aikau app and SSO is working properly.
Maybe a blog post on this could be useful?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2016 05:14 AM
Yes, definitely... If you're able to write up how you got it working that would be awesome! I've not actually tried to get it setup myself yet so it would definitely be useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2016 05:03 PM
Dave Draper​ finally I've managed to write a draft post (SSO support for Aikau apps | Programming and So ) and to provide a GitHub template (GitHub - angelborroy/aikau-kerberos-sso: SSO support for standalone Aikau client ) to show how an Aikau standalone client works with Kerberos SSO.
It's not perfect, but I think it can be enough.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2016 02:14 AM
Great stuff, thanks Angel Borroy
