AGPUSH-1047: Decouple UPS from Keycloak
by Bruno Oliveira
Good morning, I was evaluating this issue and was not that hard to
decouple UPS from Keycloak to permit people deploy their own KC
instance.
Changes required:
- Remove wildfly-adapter, once it already comes with KC. It doesn't make
sense on having it.
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-wildfly-adapter</artifactId>
</dependency>
- Decouple the AeroGear theme for Keycloak from auth-module
Now, I'm getting the following error: Failed to find LOGIN theme
aerogear, using built-in themes =E2=80=94 for a good reason.a
- Provide a separated profile for the "decoupled version": into this
way, it's up to our developers use the builtin version or decoupled.
As soon as I get a feedback on it. I will move forward with the changes,
just let me know what do you think.
--
abstractj
PGP: 0x84DC9914
10 years, 2 months
Aerogear 1.0.2 Integration with Keycloak 1.0.1-Beta1
by Pratik Parikh
Hi Aerogear Community,
I am trying to setup Aerogear 1.0.2 (hosted on a separate server from
Keycloak) Integration with Keycloak 1.0.1-Beta1 (hosted on a separate
server then Aerogear) and in doing so i am running into a problem. Could
anyone provide me some direction, below is what is happening.
I was able to import the aerogear realm and configure appropriate
redirect URI. After doing so i am now presented with a login screen where
by i was able to login but after login when it tries to do a redirect i get
the following, am not sure that it mean and how to move forward. Any help
will be appreciated.
2014-11-13 13:15:52,061 WARN
[org.keycloak.adapters.OAuthRequestAuthenticator] (default task-60) No
state cookie
Do i need to upgrade the adapter on Aerogear server?
Regards,
--
Pratik Parikh
10 years, 2 months
windows support
by Erik Jan de Wit
Hi,
Currently we support windows notifications using WNS, this protocol is only supported for windows 8.1 and currently there is a nice community supported library that we use. This is great, but Cordova applications are based on windows 8.0 the protocol (MPNS) is similar but different. There isn’t a supported library so that leaves us with 4 options:
1. Create our own library to support MPNS
2. Support the latest version of this library https://github.com/notnoop/java-mpns
3. Wait for Cordova to support windows 8.1
4. Don’t support Cordova windows
What do you like best?
Cheers,
Erik Jan
10 years, 2 months
AeroGear Security meeting
by Bruno Oliveira
Good morning,
This is the draft agenda for the security meeting today:
http://oksoclap.com/p/v7osqXXIX1
Add your name there and information, if you want to join.
--
--
"The measure of a man is what he does with power" - Plato
-
@abstractj
-
Volenti Nihil Difficile
10 years, 2 months
iOS cordova swift
by Erik Jan de Wit
Hi,
We discussed this before, using the swift iOS libs for cordova is not really great. When building cordova app as a developer I shouldn’t have to fire up Xcode to run or test my applications. Because the project that is used by cordova right now doesn’t support swift you’ll have to change settings in Xcode after installing the plugin to make it work again.
So I suggest for the Oauth2 plugin we make it a javascript only plugin and depend on the inappbrowser, in this specific case I don’t think using the native parts will improve security (correct me I’ve I’m wrong)
This will enable us to keep our roadmap and in time cordova will merge our PR and swift will be supported.
WDYT,
Erik Jan
10 years, 2 months
Aerogear Website design
by Andres Galante
Hi, I am starting to redesign auroras.org. I would like your help to understand better the product and our user.
Who is the developer that uses Aerogear? is it a hardcore developer, or someone that is looking for a ready made solution?
I understand that we have 3 products, Core, Push and security. What is our main product?
What is a user he looking for when he gets to Aerogear? How can Aerogear help him?
At this point I would also like to build a “design persona” to have a coherent identity, voice and styles throughout our line. If aerogear was a person, who would it be? what voice does it have, color, typography, etc.
With this done we will make sure our websites, demos and consoles speak the same language.
Thanks
10 years, 2 months
text/html Requests instead of application/json
by Marc Pires
Hi guys, i'm having a little trouble with an app i'm developing. Doing a
post request against an API, I receive from the server that my request is
going as text/html instead application/json, text/javascript or text/json
that the API expects.
As I never had this problem before, i research the docs but did not found
the reference yet, so how can i define my request to go as application/json
instead text/html
--
Desenvolvedor IOS, Rails, RIA
http://www.linkedin.com/in/marcpires
http://about.me/marcelo_pires
10 years, 2 months