[keycloak-dev] LoginProtocol endpoints not shown in rest api documentation
Marek Posolda
mposolda at redhat.com
Thu Jan 8 07:14:22 EST 2015
Looks that with LoginProtocol abstraction, the endpoints for
OpenIDConnectService and SamlService are missing in the rest api docs
http://docs.jboss.org/keycloak/docs/1.1.0.Beta2/rest-api/overview-index.html
. I've created jira https://issues.jboss.org/browse/KEYCLOAK-946 .
There's dummy solution to explicitly add method for each protocol into
RealmsResource like this
https://github.com/mposolda/keycloak/commit/f7391fef849aef5a8537ab563b37b7b3835ead0a
. But unfortunately SamlService is not available to "services" project,
so it works just for OpenID :-(
Does it worth to do some refactoring because of this? Any better idea?
Marek
More information about the keycloak-dev
mailing list