parent
3a7d2db327
commit
e803c4b992
@ -1,12 +1,8 @@
|
||||
#spring.application.name=auth_token_getter
|
||||
auth_token_generation_uri=https://mgt.sg.local/
|
||||
client-id=AtczeBBwunLMt7Ol4Xc7eNDEuXsa
|
||||
client-secret=DX8dGTmN7elF3zQsSfbH4yjVm08a
|
||||
grant-type=client_credentials
|
||||
#grant-type=password
|
||||
refresh-token=""
|
||||
jwt-token =""
|
||||
saml2-assertion=""
|
||||
user-name =""
|
||||
client_id=nmttDlrcDoNt0qE7p8rXxHiX2AMa
|
||||
client_secret=H2xaw_kZ77JpmlX8cQmyAjVPK6Ma
|
||||
grant_type=client_credentials
|
||||
user_name =""
|
||||
password = ""
|
||||
|
||||
|
@ -0,0 +1,30 @@
|
||||
/*
|
||||
* Copyright (c) 2018 - 2024, Entgra (Pvt) Ltd. (http://www.entgra.io) All Rights Reserved.
|
||||
*
|
||||
* Entgra (Pvt) Ltd. licenses this file to you 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.
|
||||
*/
|
||||
package io.entgra.auth_token_generator;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest
|
||||
class AuthTokenGeneratorApplicationTests {
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
}
|
||||
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
package io.entgra.auth_token_getter;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest
|
||||
class AuthTokenGetterApplicationTests {
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in new issue