diff options
author | tpazderka <tomas.pazderka@nic.cz> | 2025-08-05 09:31:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-05 09:31:52 +0200 |
commit | a4cff6dbee32f246c8ffd3375091e53ab212f3a2 (patch) | |
tree | 2b1fb8e14cc36a76460426926f8845c7acf3ed71 | |
parent | 597b21426b1333c07670a7e2f6dd2adfe762b9ed (diff) | |
parent | f049c18a8f5888aa0a32ac50acef20779d84dcf9 (diff) |
Merge pull request #894 from fkleon/docs-rp-fix-notes
Docs: RP: Fix note directives so they are rendered in the HTML docs
-rw-r--r-- | doc/examples/rp.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/rp.rst b/doc/examples/rp.rst index ce23e908..89632150 100644 --- a/doc/examples/rp.rst +++ b/doc/examples/rp.rst @@ -58,7 +58,7 @@ address (local@domain) but is not necessarily one. At this point in time let us assume that you will instantiate an OIDC RP. -.. Note::Oh, by the way I will probably alternate between talking about the RP +.. Note:: Oh, by the way I will probably alternate between talking about the RP and the client, don't get caught up on that, they are the same thing. As stated above, depending on the OP and the return_type you @@ -89,7 +89,7 @@ A description of the whole set of metadata can be found here__: __ http://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata -.. Note::One parameter of the provider info is the issuer parameter. This +.. Note:: One parameter of the provider info is the issuer parameter. This is supposed to be *exactly* the same as the URL you used to fetch the information. Now, this isn't valid for some providers. You can tell the client to not care about this by setting |