Confirmed users
502
edits
Gdestuynder (talk | contribs) |
Gdestuynder (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
The goal of this document is to help you understand the basics of how to securely implement | The goal of this document is to help you understand the basics of how to securely implement | ||
[https://en.wikipedia.org/wiki/OpenID_Connect OpenID Connect (OIDC)] when authenticating users. | [https://en.wikipedia.org/wiki/OpenID_Connect OpenID Connect (OIDC)] when authenticating users. | ||
The Enterprise Information Security team maintains this document as a reference guide for operational teams. | The Enterprise Information Security team maintains this document as a reference guide for operational teams. | ||
Line 21: | Line 18: | ||
</tr> | </tr> | ||
</table> | </table> | ||
{| class="wikitable" | |||
|- | |||
! <span style="color:red;">'''ATTENTION'''</span> | |||
|- | |||
| | |||
'''Just looking for code?''' Reference configuration and code for implementing OIDC as described below is available at https://github.com/mozilla-iam/testrp.security.allizom.org | |||
Additionally, Mozilla provides OIDC single sign on support for Mozilla properties and [https://mana.mozilla.org/wiki/display/SECURITY/SSO+Request+Form access can be requested by following documentation here]. | |||
|} | |||
== How does OpenID Connect (OIDC) work (at Mozilla)? == | == How does OpenID Connect (OIDC) work (at Mozilla)? == |