diff --git a/Example/Okta.plist b/Example/Okta.plist
index 2bc7c3c7654..38d01ee3368 100644
--- a/Example/Okta.plist
+++ b/Example/Okta.plist
@@ -5,12 +5,12 @@
scopes
openid profile offline_access
redirectUri
- com.okta.example:/callback
+ {scheme}:/callback
clientId
- 0oa2p7eq7uDmZY4sJ0g7
+ {clientId}
issuer
- https://sdk-test.trexcloud.com/oauth2/default
+ https://{yourOktaDomain}/oauth2/default
logoutRedirectUri
- com.okta.example:/logout
+ {scheme}:/logout
diff --git a/Okta/AppAuth/OIDTokenRequest.m b/Okta/AppAuth/OIDTokenRequest.m
index a483caec89c..94e8b3c632e 100755
--- a/Okta/AppAuth/OIDTokenRequest.m
+++ b/Okta/AppAuth/OIDTokenRequest.m
@@ -15,8 +15,8 @@
See the License for the specific language governing permissions and
limitations under the License.
- @modifications
- Copyright (C) 2019 Okta Inc.
+ @modifications
+ Copyright (C) 2019 Okta Inc.
*/
diff --git a/Okta/OktaOidc/OIDAuthorizationService+EndSession.h b/Okta/OktaOidc/OIDAuthorizationService+EndSession.h
index d6c1e6c9d3b..7fb05b680e2 100644
--- a/Okta/OktaOidc/OIDAuthorizationService+EndSession.h
+++ b/Okta/OktaOidc/OIDAuthorizationService+EndSession.h
@@ -1,4 +1,4 @@
-/*! @file OIDAuthorizationService+IOS.h
+/*! @file OIDAuthorizationService+EndSession.h
@brief AppAuth iOS SDK
@copyright
Copyright 2016 Google Inc. All Rights Reserved.
@@ -17,7 +17,6 @@
@modifications
Copyright (C) 2019 Okta Inc.
-
*/
#import
diff --git a/Okta/OktaOidc/OIDAuthorizationService+EndSession.m b/Okta/OktaOidc/OIDAuthorizationService+EndSession.m
index af43e294df4..37f382ca864 100644
--- a/Okta/OktaOidc/OIDAuthorizationService+EndSession.m
+++ b/Okta/OktaOidc/OIDAuthorizationService+EndSession.m
@@ -1,10 +1,23 @@
-//
-// OIDAuthorizationService+EndSession.m
-// okta-oidc
-//
-// Created by Ildar Abdullin on 7/5/19.
-// Copyright © 2019 Okta. All rights reserved.
-//
+/*! @file OIDAuthorizationService+EndSession.m
+ @brief AppAuth iOS SDK
+ @copyright
+ Copyright 2016 Google Inc. All Rights Reserved.
+ @copydetails
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ @modifications
+ Copyright (C) 2019 Okta Inc.
+ */
#import "OIDAuthorizationService+EndSession.h"