This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
"""This is a sample Python 3 app that hosts an OIDC app with Flask to | |
authenticate against Okta and run example calls against the new Okta OAuth-scoped APIs. | |
This example can also be used to host authentication for an OIDC webapp that does not use | |
the OAuth API scopes. | |
This was created with an MVP in mind as an example to demonstrate the ease of interacting | |
with Okta's Authroization Code flow and should not be used in production without | |
additions to error/state-handling and strong scrutiny.""" | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LDAP Servers | |
Connection -- | |
Directory Service: Configure Manually | |
Server and Port: company.ldap.okta<preview>.com : 636 | |
Use SSL: True | |
Authentication Type: Simple | |
Distinguished Username: [email protected],dc=company,dc=okta<preview>,dc=com | |
Use Wildcards when Searching: True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>PayloadContent</key> | |
<array> | |
<dict> | |
<key>PayloadContent</key> | |
<data> | |
# Base64-encoded cert if necessary |