Skip to content

Commit a09642b

Browse files
committed
Update product links and improve OpenAM documentation: Fix URLs and enhance content clarity
1 parent c15c428 commit a09642b

4 files changed

Lines changed: 16 additions & 15 deletions

File tree

_data/product_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
url: https://github.com/OpenIdentityPlatform/$product$/compare
1818

1919
- title: Request a new feature
20-
url: https://github.com/OpenIdentityPlatform/OpenDJ/discussions/categories/ideas
20+
url: https://github.com/OpenIdentityPlatform/$product$/discussions/categories/ideas

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<meta charset="utf-8">
22
{% capture og_url %}{{ site.url }}{{ page.url | remove: "index.html" | remove: ".html" }}{% endcapture %}
33
{% capture og_image %}{%- if page.imageurl -%}{{ site.url }}/assets/img/{{page.imageurl}}{% else %}https://avatars2.githubusercontent.com/u/30845478?s=280&amp;v=4{%- endif -%}{% endcapture %}
4-
{% capture page_title %}{%- if page.title -%}{{ page.title | smartify }}{%- unless page.landing == true -%} · {{ site.title | smartify }}{%- endunless -%}{%- else -%}{{ site.title | smartify }} · {{ site.description | smartify }}{%- endif -%}{% endcapture %}
4+
{% capture page_title %}{%- if page.title -%}{{ page.title | smartify }}{%- unless page.landing == true %} · {{ site.title | smartify }}{%- endunless -%}{%- else -%}{{ site.title | smartify }} · {{ site.description | smartify }}{%- endif -%}{% endcapture %}
55
{% capture page_description %}{{ page.description | default: site.description | smartify }}{% endcapture %}
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
77
<meta property="og:locale" content="en_US" />

_includes/product-about.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
<div class="articles pt-2">
22
<h4>About:</h4>
33
<ul>
4-
{% assign i = 0 %}
5-
{% for post in site.posts %}
6-
{% if post.products contains page.product %}
4+
{%- assign i = 0 -%}
5+
{%- for post in site.posts -%}
6+
{%- if post.products contains page.product -%}
77
<li>
88
<a href="{{post.url}}">
9-
{%- if post.landing-title -%} {{ post.landing-title }} {%- else -%}{{ post.title}}{%- endif -%}
9+
{%- if post.landing-title -%}{{ post.landing-title }}{%- else -%}{{ post.title}}{%- endif -%}
1010
</a>
1111
</li>
12-
{% assign i = i | plus: 1 %}
13-
{% if i > 15 %}
14-
{% break %}
15-
{% endif %}
16-
{% endif %}
17-
18-
{% endfor %}
12+
{%- assign i = i | plus: 1 -%}
13+
{%- if i > 15 -%}
14+
{%- break -%}
15+
{%- endif -%}
16+
{%- endif -%}
17+
{%- endfor -%}
1918
</ul>
2019
<p>
2120
<a class="icon-link" href="https://www.youtube.com/results?search_query={%- if page.video -%}{{ page.video }}{%- else -%}{{page.reponame}}{%- endif -%}" target="_blank">

openam.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: 'OpenAM by Open Identity Platform: SSO, authentication, OAuth 2.0,
55
keywords: OpenAM, Open Identity Platform, open source access management, single sign-on, SSO, identity provider, SAML, OAuth 2.0, OpenID Connect, OIDC, authentication, authorization, federation, identity management, IAM, access management, multi-factor authentication, adaptive authentication, high availability, clusterization, open source IAM, enterprise SSO, identity federation, web services security
66
reponame: OpenAM
77
product: openam
8+
lastmod: 2026-06-24
89
links:
910
- title: Donate
1011
url: https://opencollective.com/openam/contribute
@@ -18,16 +19,17 @@ links:
1819
<img src="/assets/img/openam-logo.png" width="40%" alt="{{ page.title }}"/>
1920
</a>
2021
</h1>
22+
<h2 class="sr-only">OpenAM — Open Access Manager</h2>
2123
</div>
2224

2325
If you have multiple sites and applications in your company, probably you need to provide seamless authentication to all of them. So when user logged in at one of your sites once, he does not need to enter his credentials on other sites.
24-
So, OpenAM can help you to solve all this issues. Key features of OpenAM are:
26+
So, OpenAM can help you to solve all these issues. Key features of OpenAM are:
2527

2628
* **Authentication** - OpenAM ships with more than 20 authentication modules, which you can use to customize your authentication process. Also, you can customize sequence of authentication modules, to provide multi-factor or adaptive authentication.
2729

2830
* **Authorization** - OpenAM can also manage authorization, so you can restrict access to desired resources according to different authorization policies.
2931

30-
* **Identity Provider** - OpenAM can act as an Identity Provider, using SAML, OAuth 2.0 or OpenID Connect 1. So, your clients can develop their own applications or websites and authenticate via OpenAM like they authenticate via Facebook or Google.
32+
* **Identity Provider** - OpenAM can act as an Identity Provider, using SAML, OAuth 2.0 or OpenID Connect 1.0. So, your clients can develop their own applications or websites and authenticate via OpenAM like they authenticate via Facebook or Google.
3133

3234
* **Single Sign On** - after single authentication, user gets access to all resources protected by OpenAM. So, there is no need to authenticate at other services.
3335

0 commit comments

Comments
 (0)