Skip to content

Commit 9b37250

Browse files
committed
Add ticks
1 parent 06bf8b5 commit 9b37250

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class SamlController < ApplicationController
9494
end
9595
```
9696

97-
If are using saml:AttributeStatement to transfare metadata, like the user name, you can access all the attributes through response.attributes. It
97+
If are using saml:AttributeStatement to transfare metadata, like the user name, you can access all the attributes through `response.attributes`. It
9898
contains all the saml:AttributeStatement with its 'Name' as a indifferent key and the one saml:AttributeValue as value.
9999

100100
```ruby
@@ -104,8 +104,8 @@ response.settings = saml_settings
104104
response.attributes[:username]
105105
```
106106

107-
The saml:AuthnContextClassRef of the AuthNRequest can be provided by settings.authn_context , possible values are described at [SAMLAuthnCxt]. The comparison method can be set using the parameter settings.authn_context_comparison (the possible values are: 'exact', 'better', 'maximum' and 'minimum'), 'exact' is the default value.
108-
If we want to add a saml:AuthnContextDeclRef, define a settings.authn_context_decl_ref
107+
The saml:AuthnContextClassRef of the AuthNRequest can be provided by `settings.authn_context` , possible values are described at [SAMLAuthnCxt]. The comparison method can be set using the parameter `settings.authn_context_comparison` (the possible values are: 'exact', 'better', 'maximum' and 'minimum'), 'exact' is the default value.
108+
If we want to add a saml:AuthnContextDeclRef, define a `settings.authn_context_decl_ref`.
109109

110110

111111
## Service Provider Metadata

0 commit comments

Comments
 (0)