Skip to content

Commit c45215c

Browse files
authored
Merge pull request #45658 from gsmet/oidc-client-registration-experimental
Mark quarkus-oidc-client-registration as experimental in doc
2 parents c928c0c + 7f6a046 commit c45215c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/main/asciidoc/security-openid-connect-client-registration.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ include::_attributes.adoc[]
99
:categories: security
1010
:topics: security,oidc,client
1111
:extensions: io.quarkus:quarkus-oidc-client-registration
12+
:extension-status: experimental
13+
14+
include::{includes}/extension-status.adoc[]
1215

1316
Typically, you have to register an OIDC client (application) manually in your OIDC provider's dashboard.
1417
During this process, you specify the human readable application name, allowed redirect and post logout URLs, and other properties.

0 commit comments

Comments
 (0)