|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
UMA ImplementationDear All,
In Fraunhofer AISEC, we developed UMA protocol based on OAuth 2.0 and also integrated OpenID Connect to it. We want to make this project open source under Apache license 2.0. Apache website doesn't clearly tell us how to do it. I have the following questions 1). Should we add it to any existing project? if yes then how to do it? (we are not committer. how to become a committer for a project?) 2). Should we create new project for it? if yes the how to do it? Details about the project is published on Kantara Initiative website. It can be checked by visiting the following link. http://kantarainitiative.org/confluence/display/uma/Fraunhofer+AISEC+Implementation+FAQ Any help in this regard would be really appreciated. Regards, Khan Suleman --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: UMA ImplementationDear Khan,
You might have a look at Apache Camel as a possible home for this code. If you think that it makes sense as an addition to Camel, please communicate with that community via their development mailing list and see whether you and they can come to some accommodation. If not (and assuming that someone else doesn't suggest some other place), you could make a proposal to the incubator, here. To successfully launch an Apache community via the incubator, you need (roughly): a: a code base that can be licensed under the Apache License. b: a willingness to work within the Apache approach to open source communities. c: a reasonable expectation of building a community with enough people in it to be self-sustaining as an Apache PMC. For more details, see http://incubator.apache.org/guides/proposal.html. Creating such a proposal would be your next step. I would be willing to be your 'champion' for this purpose if you decide to go here, or perhaps some other member of the Incubator PMC will step up who has an interest. Thanks, Benson Margulies On Wed, Jul 4, 2012 at 11:46 AM, Suleman Khan <suleman@...> wrote: > Dear All, > > In Fraunhofer AISEC, we developed UMA protocol based on OAuth 2.0 and also > integrated OpenID Connect to it. We want to make this project open source > under Apache license 2.0. Apache website doesn't clearly tell us how to do > it. I have the following questions > > 1). Should we add it to any existing project? if yes then how to do it? (we > are not committer. how to become a committer for a project?) > > 2). Should we create new project for it? if yes the how to do it? > > Details about the project is published on Kantara Initiative website. It can > be checked by visiting the following link. > http://kantarainitiative.org/confluence/display/uma/Fraunhofer+AISEC+Implementation+FAQ > > Any help in this regard would be really appreciated. > > Regards, > > Khan Suleman > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscribe@... > For additional commands, e-mail: general-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: UMA ImplementationHi Suleman,
you might want to give a look at the Amber project [0] (that is still in the incubation phase though). We have already an UMA implementation but any contribution is more than welcome :) On how to become a committer, you should be able to earn your karma by contributing the project (as any Apache project). In [1] you can find a description of Roles in Apache. Regards Antonio [0] http://incubator.apache.org/amber/ [1] http://www.apache.org/foundation/how-it-works.html#roles On Jul 4, 2012, at 5:46 PM, Suleman Khan wrote: Dear All, In Fraunhofer AISEC, we developed UMA protocol based on OAuth 2.0 and also integrated OpenID Connect to it. We want to make this project open source under Apache license 2.0. Apache website doesn't clearly tell us how to do it. I have the following questions 1). Should we add it to any existing project? if yes then how to do it? (we are not committer. how to become a committer for a project?) 2). Should we create new project for it? if yes the how to do it? Details about the project is published on Kantara Initiative website. It can be checked by visiting the following link. http://kantarainitiative.org/confluence/display/uma/Fraunhofer+AISEC+Implementation+FAQ Any help in this regard would be really appreciated. Regards, Khan Suleman --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: UMA ImplementationHi,
On Wed, Jul 4, 2012 at 5:46 PM, Suleman Khan <suleman@...> wrote: > ...In Fraunhofer AISEC, we developed UMA protocol based on OAuth 2.0 and also > integrated OpenID Connect to it. We want to make this project open source > under Apache license 2.0. Apache website doesn't clearly tell us how to do > it.... Note that if you just want to make your code available under the Apache License 2.0 as per http://www.apache.org/licenses/LICENSE-2.0.txt , you can do that yourself without necessarily combining your code with a project of the Apache Software Foundation or creating a new project here - just declare that you are using this license and make it available to whoever downloads your code. See also "How to apply the Apache License to your work" in there. -Bertrand --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
|
|
|
Re: UMA ImplementationA couple more points....
- It is likely that step (3) will involve a code grant of some kind by the current copyright owner(s). See "software grants" on http://www.apache.org/licenses/ and http://www.apache.org/licenses/software-grant.txt - Your contribution is much more likely to be accepted if you intend to continue working on it and in this case integrate it with the rest of the amber codebase. I'm not really familiar with what amber does or the state of the code or whether amber already implements some of the same functionality so I have no real idea what "integration" might mean here: it might be build integration, replacing current code, merging code bases, or something entirely different. However "code dumps" of an existing project with no further development work, while occasionally useful, often provide little value. If you plan to continue to contribute you'll need to provide a CLA (see http://www.apache.org/licenses/ ) and your employer may need to provide a CCLA. thanks david jencks On Jul 5, 2012, at 11:42 AM, Raymond Feng wrote: > Hi, Suleman. > > Thank you for your interest to contribute UMA code into Apache Amber project. You cannot directly commit the code into Amber though. Here is a simple process to follow: > > 1) Start some discussions with Amber community to express your intention of contribution (It's glad that you are starting the thread now :-) > 2) Open a JIRA and attach the code to the ticket > 3) The Amber community needs to vote to take the contribution (assuming the result is YES :-) > 4) The Amber PMC needs to go through IP clearance with Apache incubator PMC (assuming everything is clean) > 5) One of the Amber committers check the patch into Amber SVN repo > 6) UMA team will continue to work with the Amber project and the Amber community starts to vote your team members in as committers based on your ongoing contributions > > Thanks, > Raymond > > > On Jul 5, 2012, at 5:52 AM, Suleman Khan wrote: > >> Hello All, >> >> In Fraunhofer AISEC, we developed UMA protocol based on OAuth 2.0 and also integrated OpenID Connect to it. We want to make this project open source under Apache license 2.0. By the suggestion of Mr. Antonio Sanso, we had a look at Apache Amber project and we think that this is the best place where we can upload our code. >> >> Details about the project is published on Kantara Initiative website. It can be checked by visiting the following link. >> http://kantarainitiative.org/confluence/display/uma/Fraunhofer+AISEC+Implementation+FAQ >> >> I was trying to commit our code to Apache Amber repository but I need credentials for that, which I don't have. Could you please tell how to get these credentials and what is the procedure for doing all this stuff. >> >> Any help in this regard would be really appreciated. >> >> Regards, >> >> Khan Suleman >> >> * >> From:* Antonio Sanso [mailto:asanso@...] >>> >>> *Sent:* Mittwoch, 4. Juli 2012 19:10 >>> *To:* general@... >>> *Cc:* alam.mohammad@... >>> *Subject:* Re: UMA Implementation >>> >>> >>> Hi Suleman, >>> >>> >>> you might want to give a look at the Amber project [0] (that is still in the incubation phase though). >>> >>> We have already an UMA implementation but any contribution is more than welcome :) >>> >>> On how to become a committer, you should be able to earn your karma by contributing the project (as any Apache project). >>> >>> In [1] you can find a description of Roles in Apache. >>> >>> >>> Regards >>> >>> >>> Antonio >>> >>> >>> [0] http://incubator.apache.org/amber/ >>> >>> [1] http://www.apache.org/foundation/how-it-works.html#roles >>> >>> >>> >>> On Jul 4, 2012, at 5:46 PM, Suleman Khan wrote: >>> >>> >>> >>> Dear All, >>> >>> In Fraunhofer AISEC, we developed UMA protocol based on OAuth 2.0 and >>> also integrated OpenID Connect to it. We want to make this project open >>> source under Apache license 2.0. Apache website doesn't clearly tell us >>> how to do it. I have the following questions >>> >>> 1). Should we add it to any existing project? if yes then how to do it? >>> (we are not committer. how to become a committer for a project?) >>> >>> 2). Should we create new project for it? if yes the how to do it? >>> >>> Details about the project is published on Kantara Initiative website. It >>> can be checked by visiting the following link. >>> http://kantarainitiative.org/confluence/display/uma/Fraunhofer+AISEC+Implementation+FAQ >>> >>> Any help in this regard would be really appreciated. >>> >>> Regards, >>> >>> Khan Suleman >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: general-unsubscribe@... <mailto:general-unsubscribe@...> >>> For additional commands, e-mail: general-help@... <mailto:general-help@...> >>> >>> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscribe@... > For additional commands, e-mail: general-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |