diff --git a/agama/README.md b/agama/README.md index 9ae4c604819..6f5bbdd6b14 100644 --- a/agama/README.md +++ b/agama/README.md @@ -10,4 +10,3 @@ Some of the advantages of using Agama include: 1. Reasoning about flows behavior is straightforward (as consequence of points 1 and 2). This makes flow modifications easy 1. Small cognitive load. Agama DSL is a very small language with simple, non-distracting syntax 1. Fiendly UI templating engine. No complexities when authoring web pages - stay focused on writing HTML markup - diff --git a/jans-auth-server/README.md b/jans-auth-server/README.md index 5660e868c17..33fd09550ad 100644 --- a/jans-auth-server/README.md +++ b/jans-auth-server/README.md @@ -3,4 +3,3 @@ jans-auth-server is an open-source OpenID Connect Provider (OP) and UMA Authorization Server (AS). The project also includes OpenID Connect Client code which can be used by websites to validate tokens. The server currently implements all required aspects of the OpenID Connect stack, including an OAuth 2.0 authorization server, Simple Web Discovery, Dynamic Client Registration, JSON Web Tokens, JSON Web Keys, and User Info Endpoint. - diff --git a/jans-bom/README.md b/jans-bom/README.md index da09d1124e3..41bbb0ac111 100644 --- a/jans-bom/README.md +++ b/jans-bom/README.md @@ -1,2 +1,3 @@ # janssen-core-bom POM which contains dependencies for sharing across different projects that are using maven. + diff --git a/jans-client-api/README.md b/jans-client-api/README.md index 7f095af8793..2a0fa381377 100644 --- a/jans-client-api/README.md +++ b/jans-client-api/README.md @@ -76,3 +76,4 @@ HTTP request | Method | Description ## Swagger jans-client-api has defined swagger specification [here](https://gluu.org/swagger-ui/?url=https://raw.githubusercontent.com/JanssenProject/jans-client-api/master/server/src/main/resources/swagger.yaml). It is possible to generated native library in your favorite language by [Swagger Code Generator](https://swagger.io/tools/swagger-codegen/). + diff --git a/jans-config-api/README.md b/jans-config-api/README.md index 8b0b9fe4bcd..43e5c414957 100644 --- a/jans-config-api/README.md +++ b/jans-config-api/README.md @@ -18,3 +18,4 @@ The application can be deployed on web server like jetty and can be now runnable ## Documentation Learn more in the [jans-config-api documentation](https://gluu.org/swagger-ui/?url=https://raw.githubusercontent.com/JanssenProject/jans-config-api/master/docs/jans-config-api-swagger.yaml). + diff --git a/jans-core/README.md b/jans-core/README.md index 12e9603115e..8b156ca662d 100644 --- a/jans-core/README.md +++ b/jans-core/README.md @@ -2,3 +2,4 @@ jans-Core ========= This project contains shared code across several Janssen projects. + diff --git a/jans-eleven/README.md b/jans-eleven/README.md index acd9376528d..fa263fe751f 100644 --- a/jans-eleven/README.md +++ b/jans-eleven/README.md @@ -703,3 +703,4 @@ kid=f6ade591-4230-4114-8147-316dde969395 4. mvn test. To access Gluu support, please register and open a ticket on [Gluu Support](http://support.gluu.org) + diff --git a/jans-fido2/README.md b/jans-fido2/README.md index b3814d84b97..bc5803a10be 100644 --- a/jans-fido2/README.md +++ b/jans-fido2/README.md @@ -17,3 +17,4 @@ device as the second step. During Janssen installation, the administrator will have the option to also install the FIDO2 component. + diff --git a/jans-notify/README.md b/jans-notify/README.md index a7c071265da..ef10e65d001 100644 --- a/jans-notify/README.md +++ b/jans-notify/README.md @@ -1,2 +1,3 @@ # Jansssen Notify Janssen Notify is a simple push notification server. + diff --git a/jans-orm/README.md b/jans-orm/README.md index 4adf7c2ad83..50706b1de32 100644 --- a/jans-orm/README.md +++ b/jans-orm/README.md @@ -1,3 +1,4 @@ # Janssen ORM This is the library for persistence and caching implemenations in Janssen. Currently LDAP and Couchbase are supported, RDBMS is coming soon. + diff --git a/jans-scim/README.md b/jans-scim/README.md index ae4a0db5b7b..422dfabeca9 100644 --- a/jans-scim/README.md +++ b/jans-scim/README.md @@ -163,3 +163,4 @@ This code performs a search using a filter based on username. It is recommended The `client` instance resembles quite close the SCIM specification, so it is generally easy to map the operations described in the standard versus the Java methods available. It can be useful to have some javadocs at hand though, specifically those from `model` and `client` folders of this repository. You may clone this repo and run `mvn javadoc:javadoc` inside the two directories mentioned. Note that `ScimClientFactory` provides several methods that allow you to use OAuth clients which employ mechanisms other than the default (`client_secret_basic`) to request tokens. Also, you can make `client` belong to more restrictive interfaces limiting the operations available in your code. +